fix: set CI=true for pnpm install in backend Dockerfile
All checks were successful
Build and Push Backend Image / build (push) Successful in 1m4s
Build and Push Frontend Image / build (push) Successful in 15s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-04 19:26:25 +01:00
parent 046689e363
commit 4f8271217c

View File

@@ -25,7 +25,7 @@ COPY packages/backend ./packages/backend
RUN pnpm --filter @sexy.pivoine.art/backend build RUN pnpm --filter @sexy.pivoine.art/backend build
RUN pnpm install --frozen-lockfile --filter @sexy.pivoine.art/backend --prod --ignore-scripts RUN CI=true pnpm install --frozen-lockfile --filter @sexy.pivoine.art/backend --prod --ignore-scripts
RUN pnpm rebuild argon2 RUN pnpm rebuild argon2