OSVauco/Procfile

2 lines
82 B
Plaintext

web: gunicorn main:app --bind 0.0.0.0:$PORT --workers 1 --threads 8 --timeout 120