glodov commited on
Commit
c7639bf
·
verified ·
1 Parent(s): 19b331c

Delete start.sh

Browse files
Files changed (1) hide show
  1. start.sh +0 -9
start.sh DELETED
@@ -1,9 +0,0 @@
1
- #!/bin/bash
2
-
3
- # Start Ollama in background
4
- echo "Starting Ollama..."
5
- ollama serve &
6
-
7
- # Start Open WebUI (correct path based on official image)
8
- echo "Starting Open WebUI..."
9
- exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf