Skip to content

Commit

Permalink
Prune dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte committed Aug 8, 2024
1 parent 95dbcf1 commit d256a18
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 @@ -44,7 +44,7 @@ RUN set -ex; \
# corepack pnpm store prune; \
corepack pnpm install; \
corepack pnpm build; \
corepack pnpm prune;
corepack pnpm prune --prod;

# Disable network for corepack
ENV COREPACK_ENABLE_NETWORK=0
Expand Down

0 comments on commit d256a18

Please sign in to comment.