Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz authored Mar 22, 2023
1 parent 087b050 commit ed0e5bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mysql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG BASE_TAG=latest
FROM denbicloud/cron-backup:${BASE_TAG}
FROM quay.io/denbicloud/cron-backup:${BASE_TAG}

COPY ./install-packages.sh /install-packages.sh
COPY ./mysql-backup.sh /etc/cronscripts/mysql-backup.sh
COPY ./mysql-cron /etc/crontabs/dockercron/mysql-cron

RUN chmod +x /install-packages.sh && bash /install-packages.sh
RUN chmod +x /install-packages.sh && bash /install-packages.sh

0 comments on commit ed0e5bc

Please sign in to comment.