Skip to content

Commit

Permalink
chore: clean yarn cache after modules installation
Browse files Browse the repository at this point in the history
  • Loading branch information
adguernier committed Apr 8, 2024
1 parent c2d4a16 commit 5d70a2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ COPY --link package.json yarn.lock .yarnrc.yml ./
RUN set -eux; \
yarn

RUN set -eux; \
yarn cache clean

# copy sources
COPY --link . ./

Expand Down

0 comments on commit 5d70a2a

Please sign in to comment.