6 lines
88 B
Makefile
6 lines
88 B
Makefile
|
start:
|
||
|
gunicorn --worker-class gevent --bind 0.0.0.0:9021 app:app
|
||
|
|
||
|
dev:
|
||
|
python app.py
|