ow / backend /dev.sh
github-actions[bot]
GitHub deploy: 513c0288696c0807127255837d116efa9d9a1000
e619430
raw
history blame
No virus
111 Bytes
PORT="${PORT:-8080}"
uvicorn open_webui.main:app --port $PORT --host 0.0.0.0 --forwarded-allow-ips '*' --reload