updated app

This commit is contained in:
2025-05-11 19:36:32 +03:00
parent 9790d8be36
commit 1909b16ec5
3 changed files with 54 additions and 10 deletions

View File

@@ -6,9 +6,9 @@ set -e
# Activate the virtual environment
source venv/bin/activate
# Run the Gunicorn server
# Run the Gunicorn server in the foreground
echo "Starting Gunicorn server..."
python3 run_gunicorn.py &
exec python3 run_gunicorn.py &
# Wait for 5 seconds to ensure the server is up
sleep 5