mirror of
https://github.com/fergalmoran/emergelope.git
synced 2025-12-22 09:29:43 +00:00
3 lines
101 B
Bash
3 lines
101 B
Bash
#!/bin/sh
|
|
source venv/bin/activate
|
|
exec gunicorn -b :80 --access-logfile - --error-logfile - main:app |