Skip to content

Commit

Permalink
Forcing yarn update
Browse files Browse the repository at this point in the history
  • Loading branch information
Borales committed Jun 5, 2020
1 parent 2c3d314 commit 4965e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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"]

0 comments on commit 4965e1a

Please sign in to comment.