cambios para despliegue

This commit is contained in:
2026-06-10 15:36:55 -04:00
parent 26baab03aa
commit 16a3c842a5

View File

@@ -22,7 +22,7 @@ RUN yarn install --production=false
COPY . .
# Prune dev dependencies for production image
RUN yarn install --frozen-lockfile --production && \
RUN yarn install --production && \
rm -rf **/*.test.js
# ---------- Runtime stage ----------