修复package错乱问题,修复docker部署时未复制jar文件问题

This commit is contained in:
choqy 2021-09-21 01:29:25 +08:00
commit b69ddbece2
2 changed files with 18 additions and 17 deletions

View File

@ -53,6 +53,7 @@ base(){
# 启动程序模块(必须) # 启动程序模块(必须)
modules(){ modules(){
copy
docker-compose up -d lynn-gateway lynn-auth lynn-modules-system lynn-magic-api docker-compose up -d lynn-gateway lynn-auth lynn-modules-system lynn-magic-api
} }