mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-12-13 09:24:56 +00:00
fix: execute rights on backup.sh
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user