Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
1014f349
authored
Aug 02, 2025
by
Oven
Committed by
GitHub
Aug 02, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: missing build mcp image args (#5366)
parent
fb858750
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
projects/mcp_server/Dockerfile
+4
-0
No files found.
projects/mcp_server/Dockerfile
View file @
1014f349
...
...
@@ -2,6 +2,8 @@
FROM
node:20.14.0-alpine AS install
WORKDIR
/app
ARG
proxy
RUN
npm install
-g
pnpm@9.4.0
# 复制package.json
...
...
@@ -27,6 +29,8 @@ RUN if [ -z "$proxy" ]; then \
FROM
node:20.14.0-alpine AS builder
WORKDIR
/app
ARG
proxy
COPY
package.json pnpm-workspace.yaml .npmrc tsconfig.json ./
COPY
./projects/mcp_server /app/projects/mcp_server
COPY
--from=install /app/packages /app/packages
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment