Commit 078a192
authored
iris: copy hatch_build.py into Docker images (#3650)
- Dockerfile.worker and Dockerfile.controller now `COPY hatch_build.py`
alongside `pyproject.toml` so the custom hatch build hook (added in
#3631) is present when `uv sync` runs during the Docker build.
- Without this, the build fails with `OSError: Build script does not
exist: hatch_build.py`.
- Dockerfile.task is unaffected (it doesn't run `uv sync` at build time,
and already has nodejs/npx for proto generation at runtime).1 parent 3363c5b commit 078a192
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments