commit 18e453f71a3453da08c54a61df6355f00c2c6a3a Author: Simeon Radivoev Date: Sat Mar 6 21:17:42 2021 +0200 Added docker file diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..010d9ed --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +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"] \ No newline at end of file