Commit 746f2d7
fix(docker): remove nx prune step that overwrites esbuild package.json
The `pnpm nx prune backend` step was overwriting esbuild's
generatePackageJson output with incorrect dependencies (build tools
instead of runtime deps like express, cors, etc.), causing
`npm install` to install the wrong packages.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f373b77 commit 746f2d7
2 files changed
Lines changed: 1 addition & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 3 | | |
15 | 4 | | |
16 | 5 | | |
| |||
0 commit comments