移除 Dockerfile 中的 uvm 交互式步骤
Some checks failed
构建并部署前端到生产环境 / build-and-deploy (push) Failing after 22s
Some checks failed
构建并部署前端到生产环境 / build-and-deploy (push) Failing after 22s
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -15,9 +15,6 @@ RUN npm config set registry https://registry.npmmirror.com
|
||||
# 复制 package.json(利用 Docker 缓存)
|
||||
COPY package.json ./
|
||||
|
||||
# 使用 uvm 自动安装最新兼容的 @dcloudio 包版本
|
||||
RUN npx @dcloudio/uvm@latest
|
||||
|
||||
# 安装所有依赖
|
||||
RUN npm install --legacy-peer-deps
|
||||
|
||||
|
||||
Reference in New Issue
Block a user