updated runn app

This commit is contained in:
2025-05-12 10:34:16 +03:00
parent 310efb213a
commit 1579842924
5 changed files with 137 additions and 3 deletions

View File

@@ -8,10 +8,10 @@ source venv/bin/activate
# Run the Gunicorn server in the foreground
echo "Starting Gunicorn server..."
exec python3 run_gunicorn.py &
exec python3 app.py &
# Wait for 5 seconds to ensure the server is up
sleep 5
sleep 8
# Launch Chromium in fullscreen and kiosk mode
echo "Launching Chromium in fullscreen and kiosk mode..."