diff --git a/Dockerfile b/Dockerfile index 77e37d2..43c08a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM node:lts-alpine RUN apk add --no-cache git python2 build-base -RUN npm i -g yarn +RUN npm i -g --force yarn COPY "entrypoint.sh" "/entrypoint.sh" ENTRYPOINT ["/entrypoint.sh"] CMD ["help"]