mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
Merge pull request #371 from ThatOneCalculator/fix/script
fix: 🔨 start script permissions & environment
This commit is contained in:
commit
fe8c2244e7
1 changed files with 3 additions and 1 deletions
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 a new issue