@ -4,3 +4,4 @@ pandas
mariadb
openpyxl
werkzeug
gunicorn
@ -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 &