Skip to content

Commit 6b3fb9e

Browse files
committed
fix: mcp_server docker file
1 parent c2fd5f5 commit 6b3fb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/mcp_server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /app
55
RUN npm install -g [email protected]
66

77
# 复制package.json
8-
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
8+
COPY pnpm-lock.yaml pnpm-workspace.yaml ./
99
COPY projects/mcp_server/package.json ./projects/mcp_server/package.json
1010

1111
RUN apk add --no-cache\

0 commit comments

Comments
 (0)