Commit 2184b9c
fix(tests): Fix Docker build test after Poetry root migration
Updated test to copy pyproject.toml and poetry.lock from project root
instead of backend/ directory.
Changes:
- Added pyproject.toml and poetry.lock to root files_to_copy list
- Removed these files from backend_files list
- Added comment explaining Poetry root migration (Issue #501)
This fixes the Docker build failure:
ERROR: failed to compute cache key: "/pyproject.toml": not found
Root cause: Makefile test was copying Poetry files from backend/ but
they've been moved to project root in the Poetry migration.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent c483a88 commit 2184b9c
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
56 | | - | |
| 59 | + | |
57 | 60 | | |
58 | | - | |
| 61 | + | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
| |||
0 commit comments