From d0594fb1610ea16745f2732ecbd3e0a3648cd428 Mon Sep 17 00:00:00 2001 From: Armando Diaz Date: Fri, 17 Oct 2025 10:08:45 -0500 Subject: [PATCH] try npm ci instead --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 62fdb97..832cf20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN if [ "$NPM_REGISTRY" != "https://registry.npmjs.org/" ]; then \ fi # Install dependencies (ignore package-lock.json if using custom registry) -RUN npm install +RUN npm ci --unsafe-perm # Copy source code COPY frontend/ ./