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

This commit is contained in:
2026-08-03 15:52:44 +00:00
parent 70daeb214a
commit c880e8a0f8
+1 -1
View File
@@ -8,7 +8,7 @@ RUN apt-get update \
COPY package.json package-lock.json ./
COPY prisma ./prisma
RUN npm ci
RUN npm ci --legacy-peer-deps
FROM node:22-slim AS build