diff --git a/Dockerfile b/Dockerfile index ac61335..7e39b1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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