Commit 82b0029
fix: keep tsx in Docker image — needed as Node ESM loader at runtime
tsx is listed in devDependencies but is required at runtime because
the server CMD uses --import tsx/dist/loader.mjs. The prod-only
reinstall was stripping it out, causing CrashLoopBackOff.
Removed the prod prune step — image size is controlled by the
selective COPY in the production stage instead.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 6a26e9e commit 82b0029
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
| 50 | + | |
| 51 | + | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
0 commit comments