EE-status-v3/startup.sh

5 lines
131 B
Bash
Raw Permalink Normal View History

2023-07-14 17:06:57 +00:00
#!/bin/bash
#python3 -u server.py
gunicorn --bind 0.0.0.0:3000 --limit-request-line 0 --worker-class=gthread --threads=4 wsgi:app