We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbabdac commit d7023c7Copy full SHA for d7023c7
packages/mcp-server/Dockerfile
@@ -35,7 +35,9 @@ COPY . .
35
36
# Install all dependencies and build everything
37
RUN yarn install --frozen-lockfile && \
38
- yarn build
+ yarn build && \
39
+ # Remove the symlink to the SDK so it doesn't interfere with the explicit COPY below
40
+ rm -Rf packages/mcp-server/node_modules/context.dev
41
42
FROM denoland/deno:alpine-2.7.1
43
0 commit comments