Browse Source

Merge branch 'feature/ci-env' of duanxiaoduan/tmr-group-admin into develop

xuyiping 1 year ago
parent
commit
98c0ec15a1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

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