hd-backup/Dockerfile

5 lines
91 B
Docker

FROM custom/backup:0.0.1
ADD entrypoint.sh /
Add backup.sh /
ENTRYPOINT ["/entrypoint.sh"]