Commit 6ed250f3 by zhangxingmin

push

parent b4efd25a
...@@ -2,14 +2,7 @@ FROM node:16 ...@@ -2,14 +2,7 @@ FROM node:16
WORKDIR /app WORKDIR /app
# 设置 npm 源 # 安装项目依赖(包含开发依赖)
RUN npm config set registry https://registry.npmjs.org/
# 清理缓存和旧依赖
RUN npm cache clean --force
RUN rm -rf node_modules package-lock.json
# 安装依赖
COPY package*.json ./ COPY package*.json ./
RUN npm install --include=dev --legacy-peer-deps RUN npm install --include=dev --legacy-peer-deps
......
...@@ -15,9 +15,7 @@ ...@@ -15,9 +15,7 @@
] ]
}, },
"dependencies": { "dependencies": {
"@dcloudio/uni-app": "^3.0.0-alpha-3070020230104001", "@dcloudio/vue-cli-plugin-uni": "^3.0.0-27920200625001",
"@dcloudio/uni-cli": "^3.0.0-alpha-3070020230104001",
"@dcloudio/vue-cli-plugin-uni": "^3.0.0-alpha-3070020230104001",
"@vue/cli-service": "^5.0.8", "@vue/cli-service": "^5.0.8",
"crypto-js": "^4.2.0", "crypto-js": "^4.2.0",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment