Skip to content

Commit

Permalink
fix: πŸ› Remove the yarn cache from the Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Sep 1, 2022
1 parent 2fa10cc commit 3d1caa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -17,7 +17,7 @@ WORKDIR /ethlogger

COPY --from=builder /ethlogger/package.json /ethlogger/yarn.lock /ethlogger/
COPY --from=builder /ethlogger/defaults.ethlogger.yaml /ethlogger/
RUN yarn install --production --frozen-lockfile && yarn link
RUN yarn install --production --frozen-lockfile && yarn link && yarn cache clean

COPY --from=builder /ethlogger/bin /ethlogger/bin
COPY --from=builder /ethlogger/lib /ethlogger/lib
Expand Down

0 comments on commit 3d1caa7

Please sign in to comment.