fix: execute rights on backup.sh

This commit is contained in:
Silthus 2020-11-16 12:25:37 +01:00
parent f8edb57a6d
commit 25db72340d
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ ENV XDG_CACHE_HOME=/cache
# end install
ADD backup.sh /backup.sh
RUN chmod +x ./backup.sh
RUN chmod +x /backup.sh
ENTRYPOINT []
CMD ["./entrypoint.sh"]