update docker build script
This commit is contained in:
@@ -12,7 +12,7 @@ goto usage
|
||||
|
||||
REM 使用说明,用来提示输入参数
|
||||
:usage
|
||||
echo Usage: deploy.bat [port^|base^|modules^|stop^|rm]
|
||||
echo Usage: deploy.bat [port^|base^|modules^|backend^|stop^|rm]
|
||||
exit /b 1
|
||||
|
||||
REM 开启所需端口
|
||||
@@ -41,12 +41,12 @@ exit /b 0
|
||||
|
||||
REM 启动程序模块(必须)
|
||||
:modules
|
||||
docker-compose up -d wfc-nginx wfc-gateway wfc-auth wfc-modules-system wfc-modules-user wfc-modules-payment
|
||||
docker-compose up -d wfc-nginx wfc-gateway wfc-auth wfc-modules-file wfc-modules-job wfc-modules-gen wfc-modules-system wfc-modules-user wfc-modules-payment
|
||||
exit /b 0
|
||||
|
||||
REM 启动程序模块(后端)
|
||||
: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-file wfc-modules-job wfc-modules-gen wfc-modules-system wfc-modules-user wfc-modules-payment
|
||||
exit /b 0
|
||||
|
||||
REM 启动程序模块(前端)
|
||||
|
||||
Reference in New Issue
Block a user