修改配置

This commit is contained in:
XIE7654
2025-07-19 10:46:28 +08:00
parent 404376857d
commit 45ac752938
3 changed files with 6 additions and 4 deletions

View File

@@ -5,4 +5,5 @@ langchain-deepseek==0.1.3
langchain==0.3.26 langchain==0.3.26
langchain-community==0.3.26 langchain-community==0.3.26
PyMySQL==1.1.1 PyMySQL==1.1.1
SQLAlchemy==2.0.41 SQLAlchemy==2.0.41
gunicorn==23.0.0

View File

@@ -9,12 +9,13 @@ ENV CI=true
RUN corepack enable && corepack prepare pnpm@10.10.0 --activate RUN corepack enable && corepack prepare pnpm@10.10.0 --activate
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./ COPY . .
#COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
RUN pnpm install --frozen-lockfile RUN pnpm install --frozen-lockfile
# 拷贝项目 # 拷贝项目
COPY . .
#RUN pnpm i #RUN pnpm i

View File

@@ -1,7 +1,7 @@
VITE_BASE=/ VITE_BASE=/
# 接口地址 # 接口地址
VITE_GLOB_API_URL=/api VITE_GLOB_API_URL=/api/admin
# 是否开启压缩,可以设置为 none, brotli, gzip # 是否开启压缩,可以设置为 none, brotli, gzip
VITE_COMPRESS=gzip VITE_COMPRESS=gzip