mirror of
https://github.com/vastxie/99AI.git
synced 2024-11-16 03:32:42 +08:00
Merge pull request #18 from xinyin025/xinyin025-patch-1
This commit is contained in:
commit
02851c9bd6
|
@ -7,6 +7,12 @@ COPY . .
|
|||
# 使用腾讯源(国内服务器可取消下方注释以提升安装速度)
|
||||
# RUN npm config set registry https://mirrors.cloud.tencent.com/npm/
|
||||
|
||||
# 使用淘宝源(国内服务器可取消下方注释以提升安装速度)
|
||||
# RUN npm config set registry https://registry.npmmirror.com
|
||||
|
||||
# 如遇到提示网站证书无效,取消下方注释,禁止严格SS策略
|
||||
# RUN npm config set strict-ssl false
|
||||
|
||||
# 使用 pnpm 安装项目依赖
|
||||
RUN npm install -g pnpm
|
||||
RUN pnpm install
|
||||
|
|
Loading…
Reference in New Issue
Block a user