build(agent): include cli in build stage
Agent CI/CD / docker-image (push) Successful in 55s
Agent CI/CD / deploy-fallback-log (push) Has been skipped

This commit is contained in:
2026-06-07 19:44:58 +08:00
parent 93d70da8be
commit 359b1e6e55
+1
View File
@@ -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