From 00d1ed67029f0f258cbf44c9e8b7f7571fae88ae Mon Sep 17 00:00:00 2001 From: Braulio Date: Tue, 24 Feb 2026 16:49:29 +0100 Subject: [PATCH] update --- front/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/front/Dockerfile b/front/Dockerfile index 52cb908..dfaa191 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -13,8 +13,7 @@ COPY packages/db-model/package.json ./packages/db-model/package.json # 2) Install all dependencies for the monorepo (npm workspaces) # We need dev deps here because Next build typically requires them. -# --ignore-scripts: skip postinstall (env vars come from the cloud provider) -RUN npm ci --ignore-scripts +RUN npm ci # 3) Now copy the full source code COPY . .