Conversation
|
There was a problem hiding this comment.
Pull request overview
This PR fixes a critical issue in the Dockerfile where essential pnpm configuration files were not being copied before dependency installation, which could lead to incorrect dependency resolution and security vulnerabilities.
Changes:
- Added
pnpm-workspace.yamland.npmrcto the COPY command in the builder stage to ensure pnpm respects workspace configuration and hoisting settings during Docker builds
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6315 +/- ##
========================================
Coverage 42.59% 42.59%
========================================
Files 2497 2497
Lines 43384 43384
Branches 10232 9851 -381
========================================
Hits 18479 18479
Misses 24868 24868
Partials 37 37 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.