From 8c7b439cc8d617dc34a22a84c42e8ffb9557d5d6 Mon Sep 17 00:00:00 2001 From: xagaba Date: Tue, 9 Jan 2018 08:39:28 +0100 Subject: [PATCH] Remove user root from crontab line --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ba46956..d7b55ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apk --update add python git && \ chmod +x /app/snapraid-runner/snapraid-runner.py && \ rm -rf /var/cache/apk/* -RUN echo '0 3 * * * root /usr/bin/python /app/snapraid-runner/snapraid-runner.py -c /config/snapraid-runner.conf' > /etc/crontabs/root +RUN echo '0 3 * * * /usr/bin/python /app/snapraid-runner/snapraid-runner.py -c /config/snapraid-runner.conf' > /etc/crontabs/root VOLUME /mnt /config