mannaggianastri/run.sh

5 lines
96 B
Bash
Raw Permalink Normal View History

2024-06-14 18:15:52 +02:00
#!/usr/bin/env sh
2024-06-14 18:19:48 +02:00
. .venv/bin/activate
2024-06-14 18:15:52 +02:00
2024-06-14 20:35:25 +02:00
gunicorn --bind 0.0.0.0:8080 --access-logfile - app:app