Commit 2c608a2
fix: Docker/CI build hygiene issues from #79
- Drop silent uv sync fallback in Dockerfile so lockfile drift fails
the build loudly instead of producing an unpinned, unsigned image
- Split Dockerfile into builder/runtime stages so the runtime image
runs python -m server.main directly instead of re-resolving the
env via `uv run` at container start, and no longer ships uv
- Align setup-uv action version to v7 in both CI lint and test jobs
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 73e35a7 commit 2c608a2
2 files changed
Lines changed: 14 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
15 | 23 | | |
16 | 24 | | |
17 | | - | |
| 25 | + | |
0 commit comments