Fix package-lock issues when building with Docker

This commit is contained in:
2025-06-23 11:53:35 -07:00
parent 484d08d3d4
commit 480b30d909
3 changed files with 1 additions and 5794 deletions
+1
View File
@@ -25,6 +25,7 @@ WORKDIR /app
# Install only production dependencies # Install only production dependencies
COPY backend/package*.json ./ COPY backend/package*.json ./
COPY package-lock.json ./
RUN npm ci --production RUN npm ci --production
# Copy built files # Copy built files
-2121
View File
File diff suppressed because it is too large Load Diff
-3673
View File
File diff suppressed because it is too large Load Diff