Commit 0216a7f6 by zhangxingmin

push

parent 459e5b9f
...@@ -2,12 +2,12 @@ FROM node:16 ...@@ -2,12 +2,12 @@ FROM node:16
WORKDIR /app WORKDIR /app
# 清理旧依赖 # 清理缓存和旧依赖
RUN npm cache clean --force
RUN rm -rf node_modules package-lock.json RUN rm -rf node_modules package-lock.json
# 安装依赖 # 安装依赖
COPY package*.json ./ COPY package*.json ./
RUN npm cache clean --force
RUN npm install --include=dev --legacy-peer-deps RUN npm install --include=dev --legacy-peer-deps
# 复制源码并构建 # 复制源码并构建
......
...@@ -15,8 +15,10 @@ ...@@ -15,8 +15,10 @@
] ]
}, },
"dependencies": { "dependencies": {
"@dcloudio/vue-cli-plugin-uni": "^4.0.0", "@dcloudio/vue-cli-plugin-uni": "3.0.0-27920200625001",
"@vue/cli-service": "^5.0.9", "@dcloudio/uni-app": "3.0.0-27920200625001",
"@dcloudio/uni-cli": "3.0.0-27920200625001",
"@vue/cli-service": "4.5.19",
"crypto-js": "^4.2.0", "crypto-js": "^4.2.0",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"echarts": "^5.4.1", "echarts": "^5.4.1",
......
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