try npm ci instead

This commit is contained in:
Armando Diaz
2025-10-17 10:08:45 -05:00
parent 7a0e0c95aa
commit d0594fb161

View File

@@ -16,7 +16,7 @@ RUN if [ "$NPM_REGISTRY" != "https://registry.npmjs.org/" ]; then \
fi fi
# Install dependencies (ignore package-lock.json if using custom registry) # Install dependencies (ignore package-lock.json if using custom registry)
RUN npm install RUN npm ci --unsafe-perm
# Copy source code # Copy source code
COPY frontend/ ./ COPY frontend/ ./