소스 검색

fix 修复 部署脚本 文件目录错误

疯狂的狮子li 4 년 전
부모
커밋
43a161640c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docker/deploy.sh

+ 1 - 1
docker/deploy.sh

@@ -47,7 +47,7 @@ mount(){
     #挂载 nacos 配置文件
     if test ! -f "/docker/nacos/conf/custom.properties" ;then
         mkdir -p /docker/nacos/conf
-        cp seata/custom.properties /docker/nacos/conf/custom.properties
+        cp nacos/custom.properties /docker/nacos/conf/custom.properties
     fi
     #挂载 seata 配置文件
     if test ! -f "/docker/seata/conf/registry.conf" ;then