cycles/deploy.sh

3 lines
134 B
Bash
Raw Normal View History

2022-04-19 04:41:49 +00:00
gunicorn -b 0.0.0.0:9066 --chdir period "period:create_app()"
#gunicorn --bind 0.0.0.0:9061 --reload --chdir period period:create_app