[FIX]Rsyncvolumes fix for crontab

This commit is contained in:
Fabien BOURGEOIS 2017-11-23 06:08:11 +01:00
parent ce42261f0e
commit 5b2a2ddf42
1 changed files with 1 additions and 2 deletions

View File

@ -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 .