Commit d9b08e0
fix(ci): drop deleted packages/core-domain/ from Dockerfile (#72)
PR #68 folded `@anchr/core-domain` into `src/domain/` and deleted the
package directory. The Dockerfile's COPY step still listed
`packages/core-domain/deno.json`, which now fails the build with
"not found":
> [app 8/20] COPY packages/core-domain/deno.json ./packages/core-domain/:
failed to compute cache key: ... "/packages/core-domain/deno.json": not found
Drop that line. The remaining six workspace members are still required
for `deno install` to resolve members before `COPY . .` lands the
source tree.
Verified: workspace declaration in `deno.json` lists six members
(core-runtime, core-cashu, tlsn-toolkit, photo-bounty,
cashu-frost-oracle, cashu-conditional-swap) — all still present in the
Dockerfile.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent ac0235b commit d9b08e0
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
0 commit comments