diff --git a/delfland/ppo-insight/requirements.txt b/delfland/ppo-insight/requirements.txt index 1e81f8d..0ee1df4 100644 --- a/delfland/ppo-insight/requirements.txt +++ b/delfland/ppo-insight/requirements.txt @@ -4,3 +4,4 @@ pandas mariadb openpyxl werkzeug +gunicorn \ No newline at end of file diff --git a/delfland/ppo-insight/start.sh b/delfland/ppo-insight/start.sh index 5a336b1..04a1ae8 100644 --- a/delfland/ppo-insight/start.sh +++ b/delfland/ppo-insight/start.sh @@ -3,8 +3,6 @@ # Start de cron-demon cron -# Start het Python-script currentprice.py -python /app/ppo_insight.py & # Start de Flask-app met Gunicorn (betere productie-optie) gunicorn --bind 0.0.0.0:5000 ppo_insight:app --workers 4 &