This commit is contained in:
Aevann1 2021-09-08 09:10:29 +02:00
parent 26f81fa842
commit 633fbd6a46
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
source /env
killall gunicorn
gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80 --reload-extra-file ./files/templates/
gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80