6 lines
90 B
Makefile
6 lines
90 B
Makefile
|
debug:
|
||
|
flask --app secmsg run --debug
|
||
|
|
||
|
prod:
|
||
|
gunicorn -b :5000 --threads 128 secmsg:app
|