5 lines
80 B
Bash
Raw Normal View History

2024-01-30 10:53:37 +01:00
#!/bin/sh
gunicorn 'app:app' --bind 0.0.0.0:8080 --log-level=info --workers=4