diff --git a/script/docker/app/deploy.sh b/script/docker/app/deploy.sh index 4a08b6e4..adf1b785 100644 --- a/script/docker/app/deploy.sh +++ b/script/docker/app/deploy.sh @@ -50,9 +50,9 @@ mount(){ cp nginx/web/nginx.conf /docker/nginx/web/nginx.conf cp -r nginx/web/html /docker/nginx/web/html fi - if test ! -f "/docker/nacos/init.d/custom.properties" ;then - mkdir -p /docker/nacos/init.d - cp nacos/init.d/custom.properties /docker/nacos/init.d/custom.properties + if test ! -f "/docker/nacos/conf/application.properties" ;then + mkdir -p /docker/nacos/conf + cp nacos/conf/application.properties /docker/nacos/conf/application.properties fi if test ! -f "/docker/prometheus/prometheus.yml" ;then mkdir -p /docker/prometheus