Commit cff18ae
temporal: fix Docker build mupdf type resolution
The parent tsconfig's `paths.mupdf` points at `../../node_modules/...`,
correct for the monorepo layout but it walks above WORKDIR inside the
container, where `node_modules` sits next to the tsconfig. Override
`paths` in the build-time tsconfig generated by the Dockerfile so it
resolves to the in-container `./node_modules/...` location.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 3a4ec90 commit cff18ae
1 file changed
Lines changed: 19 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
44 | 48 | | |
45 | | - | |
46 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
47 | 64 | | |
48 | 65 | | |
49 | 66 | | |
| |||
0 commit comments