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