Skip to content

Commit

Permalink
Installing latest yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Borales committed Jun 5, 2020
1 parent b7482b5 commit 045276f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -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"]

0 comments on commit 045276f

Please sign in to comment.