diff --git a/backups/rsyncvolumes/Dockerfile b/backups/rsyncvolumes/Dockerfile index ae43248..6d28cf4 100644 --- a/backups/rsyncvolumes/Dockerfile +++ b/backups/rsyncvolumes/Dockerfile @@ -10,9 +10,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ # Avoid overlayfs bug with tail VOLUME /var/log -COPY crontab ./crontab - WORKDIR /opt/backup +COPY crontab ./crontab COPY rsync.template . COPY plan.tpl.py . COPY launch.sh .