docker file and version intro (#556)
This commit is contained in:
parent
62e87551ac
commit
71afe71192
@ -1,7 +1,7 @@
|
|||||||
# 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
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
### Fast GPT V4.6.2
|
### Fast GPT V4.6.3
|
||||||
|
|
||||||
1. 商业版新增 - web站点同步
|
1. 商业版新增 - web站点同步
|
||||||
2. 新增 - 集合元数据记录
|
2. 新增 - 集合元数据记录
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user