open-webui / backend /dev.sh
github-actions[bot]
GitHub deploy: 0ec1f9e331f07b0aadc1247fa38b8023c62059ea
5ac9ba2
Raw
History Blame Contribute Delete
100 Bytes
PORT="${PORT:-8080}"
uvicorn main:app --port $PORT --host 0.0.0.0 --forwarded-allow-ips '*' --reload