Skip to content

Commit

Permalink
perf(docker): clean yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Nov 6, 2020
1 parent 6aca650 commit 3325739
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 @@ -5,7 +5,7 @@ WORKDIR /srv/app/
# Copy package files first to increase build cache hits.
COPY ./package.json ./yarn.lock ./

RUN yarn install
RUN yarn install && yarn cache clean

COPY ./ ./

Expand Down

0 comments on commit 3325739

Please sign in to comment.