Installing latest yarn

This commit is contained in:
Oleksandr Bordun 2020-06-05 09:33:11 +02:00 committed by GitHub
parent b7482b5362
commit 045276f30a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
FROM node:lts-alpine
RUN apk add --no-cache git python2 build-base
RUN apk add --no-cache git python2 build-base yarn
COPY "entrypoint.sh" "/entrypoint.sh"
ENTRYPOINT ["/entrypoint.sh"]
CMD ["help"]