|
@@ -8,7 +8,7 @@ ENV HOSTIP = 'http://127.0.0.1:8081/'
|
|
CMD sed -i "s/SERVER_URL/$hostip/g" ./src/utils/configs.js
|
|
CMD sed -i "s/SERVER_URL/$hostip/g" ./src/utils/configs.js
|
|
|
|
|
|
RUN ls -l && pwd
|
|
RUN ls -l && pwd
|
|
-RUN cat ./src/utils/config.js
|
|
|
|
|
|
+RUN cat ./src/utils/configs.js
|
|
#安装依赖
|
|
#安装依赖
|
|
RUN npm install --registry=https://registry.npm.taobao.org
|
|
RUN npm install --registry=https://registry.npm.taobao.org
|
|
|
|
|