From 1677c6c8fb5be7b7dda4a3ff7a73805cd1f19667 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Tue, 20 Jan 2026 12:44:58 +0100 Subject: [PATCH] Update start.sh --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 3b7d0a1..77a2ea5 100644 --- a/start.sh +++ b/start.sh @@ -10,7 +10,7 @@ pip install --no-cache-dir -r requirements.txt # 3. Start NiceGUI in the Background (&) # This runs silently while the script continues echo "🚀 Starting NiceGUI on Port 8080..." -python3 gallery_app.py & +python3 gallery_app.py # 4. Start Streamlit in the Foreground # This keeps the container running