Skip to content

Commit

Permalink
removed yarn to reduce the image size
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiodcorreia committed Jul 12, 2020
1 parent 0e43ef9 commit 785eefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ ENV NODE_ENV production

RUN \
echo "**** install runtime packages ****" && \
apk add --no-cache nodejs npm yarn && \
apk add --no-cache nodejs npm && \
echo "**** cleanup ****" && \
rm -rf /tmp/* /var/tmp/*

0 comments on commit 785eefe

Please sign in to comment.