From ffb78cacc893b29d273b1de79297fd904b172d74 Mon Sep 17 00:00:00 2001 From: santiyago <72850756+santiyagoburcart@users.noreply.github.com> Date: Thu, 5 Jun 2025 01:02:32 +0330 Subject: [PATCH] Update Dockerfile RUN npm install --- new-frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new-frontend/Dockerfile b/new-frontend/Dockerfile index 914b282c..02b31bc9 100644 --- a/new-frontend/Dockerfile +++ b/new-frontend/Dockerfile @@ -23,7 +23,7 @@ COPY --from=builder /app/package.json ./package.json COPY --from=builder /app/yarn.lock ./yarn.lock RUN corepack enable -RUN yarn install --production --frozen-lockfile --network-timeout 600000 +RUN RUN npm install EXPOSE 3000