Explorar o código

project: edit dockerfile 3

Yi hai 1 ano
pai
achega
dca07df4ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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