From 8127f0cb0816a38eb122507ba73dbc43691c37b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Ole=20Hu=CC=88bner?= Date: Sat, 17 Aug 2024 22:55:07 +0200 Subject: [PATCH] wrong image --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 6e0fa6c..6632127 100644 --- a/start.sh +++ b/start.sh @@ -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 &