Commit 5cb38be
fix(docker): add missing README.md to COPY and fix install paths
Both Dockerfiles failed because pyproject.toml references readme = 'README.md'
but the file wasn't copied into the build context.
Changes:
- agent-mesh/Dockerfile: add COPY README.md, remove -e editable install
- Dockerfile.sidecar: fix COPY paths for repo-root context, add README.md
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent a0bfee7 commit 5cb38be
File tree
2 files changed
+2
-0
lines changed- packages
- agent-mesh/docker
- agent-os
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments