wrong image

This commit is contained in:
Jan-Ole Hübner 2024-08-17 22:55:07 +02:00
parent 36590b4f62
commit 8127f0cb08

View file

@ -4,7 +4,7 @@ printenv > /app/env
service cron start
# Run your main application script (pulse.py) in the background
python3 /pulse.py &
python3 /app/pulse.py &
# Keep the container running and output both cron logs and pulse.py output
tail -f /var/log/cron.log &