We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37cd39 commit b58d457Copy full SHA for b58d457
new_cli.sh
@@ -39,7 +39,7 @@ mw_start_task()
39
}
40
41
mw_start(){
42
- cd web && gunicorn -c setting.py app:app
+ cd ${DIR}/web && gunicorn -c setting.py app:app
43
#安全启动
44
mw_start_task
45
0 commit comments