From eae5be12806d8175725e831230049d5af01e608b Mon Sep 17 00:00:00 2001 From: Simeon Radivoev Date: Sat, 6 Mar 2021 21:30:37 +0200 Subject: [PATCH] Added dockerfile with unix EOL --- Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Dockerfile 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