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