File size: 79 Bytes
568d6f3
 
1
2
3
#!/bin/bash
gunicorn -w ${BACKEND_WORKERS:=4} -b :5000 -t 360 dashboard:server