This repository has been archived on 2022-09-21. You can view files and clone it, but cannot push or open issues or pull requests.
qbbuzzer/run.sh

3 lines
106 B
Bash
Raw Normal View History

2020-10-15 10:42:59 -04:00
#!/usr/bin/env bash
source venv/bin/activate
gunicorn -b 0.0.0.0:25565 --workers 4 -k eventlet src.app:app