fix: build failed

This commit is contained in:
louis 2024-04-17 10:42:00 +08:00
parent 89d1aeedf0
commit d20d0314b4
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ COPY ./ $PROJECT_DIR
# 若网络不通,可以使用淘宝源 # 若网络不通,可以使用淘宝源
# RUN pnpm config set registry https://registry.npmmirror.com # RUN pnpm config set registry https://registry.npmmirror.com
# 若不存在安装pnpm # 若不存在安装pnpm
RUN npm install -g pnpm RUN npm install -g pnpm@8.10.2
# 构建项目 # 构建项目
# 安装生成依赖 # 安装生成依赖