Update start.sh
This commit is contained in:
2
start.sh
2
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_optimized.py &
|
||||
python3 gallery_app.py &
|
||||
|
||||
# 4. Start Streamlit in the Foreground
|
||||
# This keeps the container running
|
||||
|
||||
Reference in New Issue
Block a user