update shell to deploy
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# 使用说明,用来提示输入参数
|
||||
usage() {
|
||||
echo "Usage: sh 执行脚本.sh [port|base|modules|stop|rm]"
|
||||
echo "Usage: sh deploy.sh [port|base|modules|stop|rm]"
|
||||
exit 1
|
||||
}
|
||||
|
||||
@@ -36,7 +36,7 @@ modules(){
|
||||
|
||||
# 启动程序模块(后端)
|
||||
backend(){
|
||||
docker-compose up -d wfc-gateway wfc-auth wfc-modules-system wfc-modules-user wfc-modules-payment
|
||||
docker-compose up -d wfc-gateway wfc-auth wfc-modules-system wfc-modules-user wfc-modules-payment wfc-modules-job wfc-modules-file wfc-modules-gen
|
||||
}
|
||||
|
||||
# 启动程序模块(前端)
|
||||
|
||||
Reference in New Issue
Block a user