Commit 7ff27a6
🐳 fix: update Dockerfile for uv/pyproject.toml compatibility
- Add README.md to COPY command (required by Hatchling build backend)
- Add --no-install-project flag to uv sync to install only dependencies
without installing the pythonie package itself at this stage
This fixes the Docker build errors:
- "OSError: Readme file does not exist: README.md"
- "ValueError: Unable to determine which files to ship inside the wheel"
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>1 parent fbcf96e commit 7ff27a6
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
0 commit comments