Skip to content

Fix missing files in Dockerfile#6315

Merged
witoszekdev merged 3 commits intomainfrom
fix-dockerfile-pnpm
Feb 4, 2026
Merged

Fix missing files in Dockerfile#6315
witoszekdev merged 3 commits intomainfrom
fix-dockerfile-pnpm

Conversation

@witoszekdev
Copy link
Member

No description provided.

@witoszekdev witoszekdev requested a review from a team as a code owner February 4, 2026 13:00
@changeset-bot
Copy link

changeset-bot bot commented Feb 4, 2026

⚠️ No Changeset found

Latest commit: cddd820

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@witoszekdev witoszekdev added the skip changeset Use if your changes doesn't need entry in changelog label Feb 4, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.yaml and .npmrc to the COPY command in the builder stage to ensure pnpm respects workspace configuration and hoisting settings during Docker builds

@codecov
Copy link

codecov bot commented Feb 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 42.59%. Comparing base (a822e3d) to head (cddd820).
⚠️ Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@witoszekdev witoszekdev merged commit d9a51de into main Feb 4, 2026
13 of 14 checks passed
@witoszekdev witoszekdev deleted the fix-dockerfile-pnpm branch February 4, 2026 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip changeset Use if your changes doesn't need entry in changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants