3 lines
No EOL
133 B
Text
3 lines
No EOL
133 B
Text
source /env
|
|
killall gunicorn
|
|
gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80 --reload-extra-file ./files/templates/ |