github-actions[bot]
GitHub deploy: eef40050eed552ad0767eeb66ef5f11f40984f7f
910bcaf
raw
history blame
No virus
100 Bytes
PORT="${PORT:-8080}"
uvicorn main:app --port $PORT --host 0.0.0.0 --forwarded-allow-ips '*' --reload