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
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6m33s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user