|
@@ -6,7 +6,7 @@ ENV HOSTIP = 'http://192.168.1.70:8081/'
|
|
COPY . .
|
|
COPY . .
|
|
|
|
|
|
# RUN sed -i "s/SERVER_URL/$hostip/g" ./src/utils/configs.js
|
|
# 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
|
|
RUN npm install --registry=https://registry.npm.taobao.org
|
|
|
|
|