From 684e0e84bc2c0f4d6c4b2cd8b30a516bd804aa3b Mon Sep 17 00:00:00 2001 From: Christian Groschupp Date: Fri, 28 Mar 2025 14:21:13 +0100 Subject: [PATCH] feat: readd python and fix default CLEANMEDIA_OPTS --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 52683d4..5802f52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,5 +28,5 @@ ENV PATH=/app/.venv/bin:$PATH COPY . . -CMD echo "${CRON:-0 0 * * *} /app/cleanmedia.py ${CLEANMEDIA_OPTS:-c /etc/dendrite/dendrite.yaml -t 30 -n -l}" > /app/crontab && \ +CMD echo "${CRON:-0 0 * * *} python /app/cleanmedia.py ${CLEANMEDIA_OPTS:--c /etc/dendrite/dendrite.yaml -t 30 -n -l}" > /app/crontab && \ /usr/local/bin/supercronic /app/crontab