mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
fix: 🔨 start script permissions & environment
This commit is contained in:
parent
47803fbeb2
commit
6e78b3a8f6
4
backend/start.sh
Normal file → Executable file
4
backend/start.sh
Normal file → Executable file
@ -1 +1,3 @@
|
||||
uvicorn main:app --host 0.0.0.0 --port 8080 --forwarded-allow-ips '*'
|
||||
#!/usr/bin/env bash
|
||||
|
||||
uvicorn main:app --host 0.0.0.0 --port 8080 --forwarded-allow-ips '*'
|
||||
|
Loading…
Reference in New Issue
Block a user