Commit a5e9160
fix(supervisor): copy retry-prisma-generate.mjs into the image build
The database packages' `generate` scripts shell out to
`scripts/retry-prisma-generate.mjs`, but the supervisor Containerfile
never copied it into the builder stage, so `pnpm run generate` fails
with `Cannot find module '/app/scripts/retry-prisma-generate.mjs'`.
Same fix as #4156 (webapp Dockerfile); the supervisor Containerfile is
the other build that runs `pnpm run generate`.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent b31ded7 commit a5e9160
2 files changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments