# start.sh #!/bin/bash uvicorn app:app --host 0.0.0.0 --port 9085 --workers 4 2>&1 | tee /var/log/app.log