From 16a3c842a5dc639c25bc897c0ab2898d51c348c7 Mon Sep 17 00:00:00 2001 From: dmunozv Date: Wed, 10 Jun 2026 15:36:55 -0400 Subject: [PATCH] cambios para despliegue --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b26c5c3..2da4065 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ----------