fix: copy all workspace package.json files for pnpm install
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 6s
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 6s
This commit is contained in:
@@ -7,6 +7,7 @@ RUN corepack enable
|
||||
FROM base AS deps
|
||||
WORKDIR /app
|
||||
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
|
||||
COPY apps/web/package.json apps/web/
|
||||
COPY apps/agent/package.json apps/agent/
|
||||
COPY packages/contracts/package.json packages/contracts/
|
||||
COPY packages/mcp-server/package.json packages/mcp-server/
|
||||
|
||||
Reference in New Issue
Block a user