Commit 4cb142d
fix(docker): fix Dockerfile build failures for container publish
- agent-mesh/Dockerfile: remove -e (editable install) — not appropriate
for Docker builds and causes pip failures in multi-platform builds
- Dockerfile.sidecar: fix COPY paths for repo-root build context
(was using relative paths like 'modules/' which don't exist at root)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 1b72b21 commit 4cb142d
File tree
2 files changed
+6
-8
lines changed- packages
- agent-mesh/docker
- agent-os
2 files changed
+6
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
0 commit comments