fix: dockerfile

This commit is contained in:
Valknar XXX
2025-10-26 03:35:29 +01:00
parent dc2a6a16d3
commit 9154548cf0

View File

@@ -65,7 +65,7 @@ RUN pnpm --filter @sexy.pivoine.art/frontend build
RUN pnpm --filter @sexy.pivoine.art/bundle build RUN pnpm --filter @sexy.pivoine.art/bundle build
# Prune dev dependencies for production # Prune dev dependencies for production
RUN pnpm install -rP --frozen-lockfile RUN pnpm install -rP
# ============================================================================ # ============================================================================
# Runner stage - minimal production image # Runner stage - minimal production image