updated runn app
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user