File size: 111 Bytes
2e237ce
 
1
2
#!/bin/bash
gunicorn -k uvicorn.workers.UvicornWorker --chdir ./src app:app --bind 0.0.0.0:5060 --timeout 10000