We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf952e commit 84f0305Copy full SHA for 84f0305
apps/api/buildspec.yml
@@ -82,7 +82,10 @@ phases:
82
- cp -r ../../node_modules/.prisma ../docker-build/node_modules/.prisma
83
84
- cp Dockerfile ../docker-build/
85
- - cp package.json ../docker-build/
+
86
+ # Modify package.json to remove workspace dependencies (they're copied manually)
87
+ - cat package.json | jq 'del(.dependencies["@comp/integration-platform"])' > ../docker-build/package.json
88
89
- cp ../../bun.lock ../docker-build/ || true
90
91
- echo "Building Docker image..."
0 commit comments