File size: 79 Bytes
30dd301
 
 
1
2
3
4
#!/bin/bash

gunicorn --bind :3000 --workers 1 --threads 8 --timeout 0 app:app