Actualizar Dockerfile
CI / Quality gate (push) Has been cancelled

This commit is contained in:
2026-08-03 18:46:54 +00:00
parent c880e8a0f8
commit 7e5840a089
+1
View File
@@ -21,6 +21,7 @@ COPY --from=deps /app/node_modules ./node_modules
COPY . .
RUN npx prisma generate
ENV NODE_OPTIONS=--max-old-space-size=4096
RUN npm run build
FROM node:22-slim AS runner