Browse Source

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

xuyiping 1 year ago
parent
commit
112f190fe0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -5,7 +5,7 @@ COPY . .
 
 ENV HOSTIP = 'http://127.0.0.1:8081/'
 
-CMD sed -i "s/SERVER_URL/$hostip/g" ./src/utils/config.js
+CMD sed -i "s/SERVER_URL/$hostip/g" ./src/utils/configs.js
 
 RUN ls -l && pwd
 RUN cat ./src/utils/config.js