fix(api): add @comp/company package to Dockerfile#2148
Conversation
The @comp/company workspace package was added as an API dependency but the Dockerfile was not updated, causing bun install to fail during the Docker build with "Workspace dependency @comp/company not found". Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
PR SummaryLow Risk Overview The deps stage now copies Written by Cursor Bugbot for commit 9e8f5b9. This will update automatically on new commits. Configure here. |
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
|
🎉 This PR is included in version 1.83.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
@comp/companyworkspace package was added as an API dependency in PR [dev] [carhartlewis] lewis/comp-company-tasks #2128 but the API Dockerfile was not updatedbun installfails during Docker build:Workspace dependency "@comp/company" not foundpackages/companyto all 3 Dockerfile stages (deps, builder, production)Test plan
🤖 Generated with Claude Code