forked from open-webui/open-webui
fix: 🔨 start script permissions & environment
This commit is contained in:
parent
47803fbeb2
commit
6e78b3a8f6
1 changed files with 3 additions and 1 deletions
2
backend/start.sh
Normal file → Executable file
2
backend/start.sh
Normal file → Executable file
|
@ -1 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
uvicorn main:app --host 0.0.0.0 --port 8080 --forwarded-allow-ips '*'
|
Loading…
Reference in a new issue