Update start.sh

This commit is contained in:
2026-01-20 13:06:48 +01:00
parent 6c2dbeaccf
commit 4f2d6d8457

View File

@@ -10,9 +10,9 @@ pip install --no-cache-dir -r requirements.txt
# 3. Start NiceGUI in the Background (&) # 3. Start NiceGUI in the Background (&)
# This runs silently while the script continues # This runs silently while the script continues
echo "🚀 Starting NiceGUI on Port 8080..." echo "🚀 Starting NiceGUI on Port 8080..."
python3 gallery_app.py & python3 gallery_app.py
# 4. Start Streamlit in the Foreground # 4. Start Streamlit in the Foreground
# This keeps the container running # This keeps the container running
echo "🚀 Starting Streamlit on Port 8501..." #echo "🚀 Starting Streamlit on Port 8501..."
streamlit run app.py --server.port=8501 --server.address=0.0.0.0 #streamlit run app.py --server.port=8501 --server.address=0.0.0.0