Fix package-lock issues when building with Docker

This commit is contained in:
2025-06-23 11:53:15 -07:00
parent 484d08d3d4
commit 480b30d909
3 changed files with 1 additions and 5794 deletions

View File

@@ -25,6 +25,7 @@ WORKDIR /app
# Install only production dependencies
COPY backend/package*.json ./
COPY package-lock.json ./
RUN npm ci --production
# Copy built files