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
71afe711
authored
Dec 05, 2023
by
Archer
Committed by
GitHub
Dec 05, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docker file and version intro (#556)
parent
62e87551
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile
+1
-1
projects/app/public/docs/versionIntro.md
+1
-1
No files found.
Dockerfile
View file @
71afe711
# Install dependencies only when needed
# Install dependencies only when needed
FROM
node:18.15-alpine AS deps
FROM
node:18.15-alpine AS deps
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
RUN
apk add libc6-compat
&&
npm install
-g
pnpm
RUN
apk add
--no-cache
libc6-compat
&&
npm install
-g
pnpm
WORKDIR
/app
WORKDIR
/app
ARG
name
ARG
name
...
...
projects/app/public/docs/versionIntro.md
View file @
71afe711
### Fast GPT V4.6.
2
### Fast GPT V4.6.
3
1.
商业版新增 - web站点同步
1.
商业版新增 - web站点同步
2.
新增 - 集合元数据记录
2.
新增 - 集合元数据记录
...
...
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