Fix: Ignore scripts during pnpm prune to prevent build failure
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 9s

This commit is contained in:
2026-01-28 22:55:35 +01:00
parent fa0b095640
commit 6d4171c30c

View File

@@ -36,7 +36,7 @@ RUN pnpm ui:install
RUN pnpm ui:build RUN pnpm ui:build
# Remove devDependencies to reduce size # Remove devDependencies to reduce size
RUN pnpm prune --prod RUN pnpm prune --prod --ignore-scripts
# Remove .git folder to save space # Remove .git folder to save space
RUN rm -rf .git RUN rm -rf .git