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
ca48ec84
authored
Jul 03, 2026
by
Archer
Committed by
GitHub
Jul 03, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lock ode version (#7242)
parent
39149629
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
13 deletions
+13
-13
document/Dockerfile
+1
-1
pro
+1
-1
projects/app/Dockerfile
+3
-3
projects/marketplace/Dockerfile
+3
-3
projects/mcp_server/Dockerfile
+3
-3
projects/volume-manager/Dockerfile
+2
-2
No files found.
document/Dockerfile
View file @
ca48ec84
FROM
node:24-alpine AS base
FROM
node:24
.16.0
-alpine AS base
FROM
base AS builder
RUN
apk add
--no-cache
\
...
...
pro
@
b3c06fa7
Subproject commit b
705b31d509d54457aeee463322f93b974b741d3
Subproject commit b
3c06fa7b196f6a7917065117c27432f1a526fb2
projects/app/Dockerfile
View file @
ca48ec84
# --------- install dependence -----------
FROM
node:24-alpine AS maindeps
FROM
node:24
.16.0
-alpine AS maindeps
WORKDIR
/app
ARG
proxy
...
...
@@ -23,7 +23,7 @@ RUN if [ -z "$proxy" ]; then \
fi
# --------- builder -----------
FROM
node:24-alpine AS builder
FROM
node:24
.16.0
-alpine AS builder
WORKDIR
/app
ARG
proxy
...
...
@@ -58,7 +58,7 @@ RUN rm -rf projects/app/.next/standalone/node_modules/.pnpm/@next+rspack-binding
projects/app/.next/standalone/node_modules/.pnpm/@img+sharp-libvips-linux-x64@
*
/
# --------- runner -----------
FROM
node:24-alpine AS runner
FROM
node:24
.16.0
-alpine AS runner
WORKDIR
/app
ARG
proxy
...
...
projects/marketplace/Dockerfile
View file @
ca48ec84
# --------- install dependence -----------
FROM
node:24-alpine AS maindeps
FROM
node:24
.16.0
-alpine AS maindeps
WORKDIR
/app
ARG
proxy
...
...
@@ -23,7 +23,7 @@ RUN if [ -z "$proxy" ]; then \
fi
# --------- builder -----------
FROM
node:24-alpine AS builder
FROM
node:24
.16.0
-alpine AS builder
WORKDIR
/app
ARG
proxy
...
...
@@ -47,7 +47,7 @@ RUN pnpm --filter @fastgpt-sdk/otel --filter @fastgpt-sdk/storage --filter @fast
RUN
pnpm
--filter
=
marketplace build
# --------- runner -----------
FROM
node:24-alpine AS runner
FROM
node:24
.16.0
-alpine AS runner
WORKDIR
/app
ARG
proxy
...
...
projects/mcp_server/Dockerfile
View file @
ca48ec84
# --------- Install -----------
FROM
node:24-alpine AS install
FROM
node:24
.16.0
-alpine AS install
WORKDIR
/app
ARG
proxy
...
...
@@ -29,7 +29,7 @@ RUN if [ -z "$proxy" ]; then \
fi
# --------- builder -----------
FROM
node:24-alpine AS builder
FROM
node:24
.16.0
-alpine AS builder
WORKDIR
/app
ARG
proxy
...
...
@@ -52,7 +52,7 @@ RUN pnpm --filter @fastgpt-sdk/otel build
RUN
pnpm
--filter
=
@fastgpt/mcp_server build
# runner
FROM
node:24-alpine AS runner
FROM
node:24
.16.0
-alpine AS runner
WORKDIR
/app
ARG
proxy
...
...
projects/volume-manager/Dockerfile
View file @
ca48ec84
# Build from repository root:
# docker build -f projects/volume-manager/Dockerfile -t fastgpt-volume-manager:latest .
FROM
node:24-alpine AS builder
FROM
node:24
.16.0
-alpine AS builder
WORKDIR
/app
...
...
@@ -20,7 +20,7 @@ RUN if [ -z "$proxy" ]; then \
RUN
cd
/app/projects/volume-manager
&&
pnpm build
FROM
node:24-alpine AS runner
FROM
node:24
.16.0
-alpine AS runner
WORKDIR
/app
...
...
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