File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ COPY apps/api/package.json apps/api/
66COPY packages/contract/package.json packages/contract/
77COPY packages/db/package.json packages/db/
88COPY packages/config/package.json packages/config/
9+ COPY packages/sdk-ts/package.json packages/sdk-ts/
10+ COPY packages/cli/package.json packages/cli/
11+ COPY packages/mcp/package.json packages/mcp/
12+ COPY examples/package.json examples/
13+ COPY patches/ patches/
914RUN bun install --frozen-lockfile
1015
1116FROM deps AS build
@@ -23,6 +28,11 @@ COPY apps/api/package.json apps/api/
2328COPY packages/contract/package.json packages/contract/
2429COPY packages/db/package.json packages/db/
2530COPY packages/config/package.json packages/config/
31+ COPY packages/sdk-ts/package.json packages/sdk-ts/
32+ COPY packages/cli/package.json packages/cli/
33+ COPY packages/mcp/package.json packages/mcp/
34+ COPY examples/package.json examples/
35+ COPY patches/ patches/
2636RUN bun install --frozen-lockfile --production
2737
2838COPY --from=build /app/apps/api/dist apps/api/dist
You can’t perform that action at this time.
0 commit comments