Skip to content

Commit 15c33fa

Browse files
committed
fix(mcp): fix build
1 parent b1e14e4 commit 15c33fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/@intlayer/mcp/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ WORKDIR /workspace
1717
# Copy the rest of the source code
1818
# Remove directories to keep the image slim
1919
COPY \
20-
--exclude=packages/@intlayer/babel \
2120
--exclude=packages/@intlayer/vue-compiler \
2221
--exclude=packages/@intlayer/svelte-compiler \
2322
--exclude=packages/@intlayer/webpack \
@@ -61,7 +60,7 @@ COPY docs/legal/en/ docs/legal/en/
6160

6261

6362
# Install all dependencies (dev + prod) (frozen for reproducible builds)
64-
RUN bun install --ignore-scripts --filter=./packages/@intlayer/mcp
63+
RUN bun install
6564

6665
# Build every package in the workspace (uses the root "build" script)
6766
RUN bun x turbo run build:ci --filter=./packages/@intlayer/mcp

0 commit comments

Comments
 (0)