浏览代码

dockerfile: 更新

Yi 1 年之前
父节点
当前提交
29839a4c4d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -6,7 +6,7 @@ ENV HOSTIP = 'http://192.168.1.70:8081/'
 COPY . .
 
 # RUN sed -i "s/SERVER_URL/$hostip/g" ./src/utils/configs.js
-
+RUN npm cache clean --force
 #安装依赖
 RUN npm install --registry=https://registry.npm.taobao.org