diff --git a/docker_init.sh b/docker_init.sh index 4a5491d9..d4f2ee9a 100755 --- a/docker_init.sh +++ b/docker_init.sh @@ -7,7 +7,7 @@ then else jspath=`ls /app/dist/js/app.*.js` cp ${jspath} ${jspath}.bak - sed -i "s/localhost:8000/${CRAWLAB_API_ADDRESS}/g" ${jspath} + sed -i "s?localhost:8000?${CRAWLAB_API_ADDRESS}?g" ${jspath} fi # start nginx