Added permissions to docker-entry.sh file

master
Xavier Garcia 8 years ago
parent 3888d87aee
commit a364202e15

@ -11,5 +11,6 @@ RUN echo '0 3 * * * root /usr/bin/python /app/snapraid-runner/snapraid-runner.py
VOLUME /mnt /config VOLUME /mnt /config
COPY /docker-entry.sh / COPY /docker-entry.sh /
RUN chmod 544 /docker-entrypoint.sh
CMD ["/docker-entry.sh"] CMD ["/docker-entry.sh"]

Loading…
Cancel
Save