Browse Source

优化部署文件

dev-lc
chenzhihang 1 year ago
parent
commit
ab5252a056
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      k8s/build-java.sh

+ 1
- 1
k8s/build-java.sh View File

@@ -12,7 +12,7 @@ elif [ "$1" == "auth"]
buildDir="$baseDir/ruoyi-auth"
elif [ "$1" == "gateway"]
buildDir="$baseDir/ruoyi-gateway"
elif [ "$1" == "system"]
else
buildDir="$baseDir/ruoyi-modules/ruoyi-system"
fi



Loading…
Cancel
Save