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