Updated python path

master
xagaba 6 years ago committed by GitHub
parent 1c1139ed7e
commit 305c7dacf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ RUN apk --update add python3 git smartmontools && \
chmod +x /app/snapraid-runner/snapraid-runner.py && \ chmod +x /app/snapraid-runner/snapraid-runner.py && \
rm -rf /var/cache/apk/* rm -rf /var/cache/apk/*
RUN echo '0 3 * * * /usr/bin/python /app/snapraid-runner/snapraid-runner.py -c /config/snapraid-runner.conf' > /etc/crontabs/root RUN echo '0 3 * * * /usr/bin/python3 /app/snapraid-runner/snapraid-runner.py -c /config/snapraid-runner.conf' > /etc/crontabs/root
VOLUME /mnt /config VOLUME /mnt /config

Loading…
Cancel
Save