fix(ci): provide dependencies to Agent build test stage
This commit is contained in:
@@ -51,6 +51,8 @@ RUN bun install --frozen-lockfile
|
||||
FROM base AS build
|
||||
WORKDIR /app
|
||||
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY --from=deps /app/.opencode/node_modules ./.opencode/node_modules
|
||||
COPY package.json bun.lock tsconfig.json opencode.json README.md ./
|
||||
COPY src ./src
|
||||
COPY .opencode ./.opencode
|
||||
|
||||
Reference in New Issue
Block a user