mysql-backup-agent/dockerfile
2025-04-02 15:00:24 -05:00

4 lines
103 B
Plaintext

FROM mysql:latest
COPY backup.sh /usr/local/bin/
RUN chmod +x /usr/loca/bin/backup.sh
CMD ["cron","-f"]