File size: 99 Bytes
fe7e039
 
 
1
2
3
#!/usr/bin/env bash
PORT=${PORT:-5000}
exec uvicorn app:app --host 0.0.0.0 --port $PORT --workers 1