Update cli.sh

pull/109/head
midoks 6 years ago
parent 4e94e859fc
commit 5706437d70
  1. 2
      cli.sh

@ -10,9 +10,11 @@ mw_start(){
mw_start_debug(){ mw_start_debug(){
# gunicorn -c setting.py app:app
python task.py & python task.py &
# gunicorn -b :7200 app:app # gunicorn -b :7200 app:app
gunicorn -c setting.py app:app gunicorn -c setting.py app:app
} }
mw_stop() mw_stop()

Loading…
Cancel
Save