Commit 5c7c0de
Fix Dockerfile: preserve src/python directory structure for pyproject.toml
pyproject.toml has packages.find.where = ['src/python'], so the Docker
build context needs src/python/ to exist. Previously COPY flattened it.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 230cae7 commit 5c7c0de
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments