Skip to content

Commit 0e735c2

Browse files
junzero741claude
andcommitted
fix(docker): remove --frozen-lockfile from prod install
Pruned lockfile may not be compatible with --frozen-lockfile. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 251f11f commit 0e735c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN corepack enable && corepack prepare pnpm@8.15.5 --activate
3939
COPY --from=builder /app/dist/apps/backend ./
4040

4141
# Install production dependencies only
42-
RUN pnpm install --prod --frozen-lockfile
42+
RUN pnpm install --prod
4343

4444
# Copy Prisma schema + migrations for runtime migrate
4545
COPY --from=builder /app/apps/backend/prisma ./prisma

0 commit comments

Comments
 (0)