Skip to content

Commit

Permalink
Merge pull request 1inch#144 from PeterDaveHello/ImproveDockerfileYar…
Browse files Browse the repository at this point in the history
…nInstall

Clean up yarn cache after `yarn install` in Dockerfile
  • Loading branch information
backmeupplz authored May 31, 2021
2 parents 6f7f381 + 9b69f41 commit 45fe64f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ COPY ./package.json .
COPY ./yarn.lock .

# Install shieldy dependencies
RUN yarn install
RUN yarn install \
&& yarn cache clean

COPY ./tsconfig.json .
COPY ./scripts ./scripts
Expand Down

0 comments on commit 45fe64f

Please sign in to comment.