feat: readd python and fix default CLEANMEDIA_OPTS
This commit is contained in:
parent
4c02b57672
commit
684e0e84bc
@ -28,5 +28,5 @@ ENV PATH=/app/.venv/bin:$PATH
|
|||||||
|
|
||||||
COPY . .
|
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
|
/usr/local/bin/supercronic /app/crontab
|
||||||
|
Loading…
x
Reference in New Issue
Block a user