fix: make entrypoint executable

This commit is contained in:
David Stefan 2017-04-30 14:06:46 +01:00
parent 3afe09955c
commit cb6e001f32

View file

@ -6,5 +6,6 @@ RUN apk update && apk add rsync
EXPOSE 873
VOLUME /volume
ADD ./entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]