移除 Dockerfile 中的 uvm 交互式步骤
Some checks failed
构建并部署前端到生产环境 / build-and-deploy (push) Failing after 22s

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-04-11 15:35:00 +08:00
parent ac8578b89a
commit 2ffdba83cc

View File

@@ -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