Forcing yarn update

This commit is contained in:
Oleksandr Bordun 2020-06-05 09:41:55 +02:00 committed by GitHub
parent 2c3d31468d
commit 4965e1a0f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]