diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 010d9ed..0000000 --- a/Dockerfile +++ /dev/null @@ -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"] \ No newline at end of file