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
+1 -1
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"]