Commit 8ccacc5
committed
fix(landing): include all workspace packages in dockerfile
The deps stage in apps/landing/Dockerfile must copy package.json for every
workspace declared in root package.json. Missing entries caused Railway builds
to fail with "error: <pkg>@workspace:* failed to resolve".
Added COPY commands for:
- packages/client-runtime
- packages/effect-acp
- packages/effect-codex-app-server
Documented this rule in AGENTS.md to prevent future regressions when adding
or removing workspace packages.1 parent 8b717a5 commit 8ccacc5
2 files changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
164 | 172 | | |
165 | 173 | | |
166 | 174 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
0 commit comments