Fix: Set CI=true for pnpm prune to bypass TTY check
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6m33s

This commit is contained in:
2026-01-28 22:57:26 +01:00
parent 6d4171c30c
commit 5623b34c03

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 --ignore-scripts RUN CI=true 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