boom frozen

This commit is contained in:
dal 2025-07-21 16:34:33 -06:00
parent cf2ec2b02a
commit 0f0c733567
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ COPY apps/server/ ./apps/server/
RUN START=$(date +%s) && \
echo "=== Starting incremental dependency update ===" && \
rm -rf node_modules && \
time pnpm install --ignore-scripts && \
time pnpm install --frozen-lockfile --ignore-scripts && \
END=$(date +%s) && \
echo "Finished dependency update in $((END - START)) seconds"