Update cli.sh

pull/109/head
Mr Chen 6 years ago
parent a9cf852fee
commit 66fd90afe1
  1. 4
      cli.sh

@ -12,8 +12,8 @@ mw_start(){
mw_start_debug(){
# gunicorn -c setting.py app:app
python task.py &
# gunicorn -b :7200 app:app
gunicorn -c setting.py app:app
gunicorn -b :7200 app:app
# gunicorn -c setting.py app:app
}

Loading…
Cancel
Save