3 lines
134 B
Bash
3 lines
134 B
Bash
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
|