Skip to content

Commit

Permalink
build(dockerfile): ignore scripts to not run husky install when devde…
Browse files Browse the repository at this point in the history
…pendencies are pruned
  • Loading branch information
fallenbagel committed Jun 23, 2024
1 parent d5e37e4 commit 0da85ca
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 @@ -27,7 +27,7 @@ ENV COMMIT_TAG=${COMMIT_TAG}
RUN pnpm build

# remove development dependencies
RUN pnpm prune --prod
RUN pnpm prune --prod --ignore-scripts

RUN rm -rf src server .next/cache

Expand Down

0 comments on commit 0da85ca

Please sign in to comment.