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