# Start Ollama in background | |
echo "Starting Ollama..." | |
ollama serve & | |
# Start Open WebUI (correct path based on official image) | |
echo "Starting Open WebUI..." | |
exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf | |
# Start Ollama in background | |
echo "Starting Ollama..." | |
ollama serve & | |
# Start Open WebUI (correct path based on official image) | |
echo "Starting Open WebUI..." | |
exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf | |