#!/bin/bash # Start de cron-demon cron # Start het Python-script currentprice.py python /app/currentprice.py & # Wacht voor altijd zodat de container draaiende blijft tail -f /dev/null