fix: set CI=true for pnpm install -rP in frontend Dockerfile
pnpm requires CI=true to allow non-interactive removal of node_modules in CI environments without a TTY. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -65,7 +65,7 @@ RUN pnpm --filter @sexy.pivoine.art/buttplug build
|
|||||||
RUN pnpm --filter @sexy.pivoine.art/frontend build
|
RUN pnpm --filter @sexy.pivoine.art/frontend build
|
||||||
|
|
||||||
# Prune dev dependencies for production
|
# Prune dev dependencies for production
|
||||||
RUN pnpm install -rP
|
RUN CI=true pnpm install -rP
|
||||||
|
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
# Runner stage - minimal production image
|
# Runner stage - minimal production image
|
||||||
|
|||||||
Reference in New Issue
Block a user