From 4afbc53420bb5b77525e6387dba78d44a8a183ea Mon Sep 17 00:00:00 2001 From: Armando Diaz Date: Fri, 17 Oct 2025 10:49:43 -0500 Subject: [PATCH] revert dockerfile config --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 832cf20..62fdb97 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 ci --unsafe-perm +RUN npm install # Copy source code COPY frontend/ ./