From 359b1e6e552497c10f361d0aadd59bebc27d7af6 Mon Sep 17 00:00:00 2001 From: Huarch Date: Sun, 7 Jun 2026 19:44:58 +0800 Subject: [PATCH] build(agent): include cli in build stage --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index bb22a14..3487a78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,6 +56,7 @@ COPY --from=deps /app/node_modules ./node_modules COPY --from=deps /app/.opencode/node_modules ./.opencode/node_modules COPY tsconfig.json opencode.json README.md .gitignore ./ COPY src ./src +COPY cli ./cli COPY .opencode ./.opencode RUN bun run check