Removed file

This commit is contained in:
Simeon Radivoev 2021-03-06 21:29:55 +02:00
parent 18e453f71a
commit 78e2286002
Signed by: simeonradivoev
GPG key ID: 72CC8F7DF65FEDD4

View file

@ -1,7 +0,0 @@
FROM deitch/mysql-backup
RUN pip3 install rotate-backups
COPY rotate-dbbackups.sh /scripts.d/post-backup/rotate-dbbackups.sh
RUN chmod +x /scripts.d/post-backup/rotate-dbbackups.sh
ENTRYPOINT ["/entrypoint"]