github-actions[bot]
GitHub deploy: 2c061777ca043e408beaa7492a12a3bb97f8b908
356f82a
raw
history blame contribute delete
No virus
100 Bytes
PORT="${PORT:-8080}"
uvicorn main:app --port $PORT --host 0.0.0.0 --forwarded-allow-ips '*' --reload