[FIX]Rsyncvolumes fix for crontab
This commit is contained in:
parent
ce42261f0e
commit
5b2a2ddf42
@ -10,9 +10,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
|||||||
# Avoid overlayfs bug with tail
|
# Avoid overlayfs bug with tail
|
||||||
VOLUME /var/log
|
VOLUME /var/log
|
||||||
|
|
||||||
COPY crontab ./crontab
|
|
||||||
|
|
||||||
WORKDIR /opt/backup
|
WORKDIR /opt/backup
|
||||||
|
COPY crontab ./crontab
|
||||||
COPY rsync.template .
|
COPY rsync.template .
|
||||||
COPY plan.tpl.py .
|
COPY plan.tpl.py .
|
||||||
COPY launch.sh .
|
COPY launch.sh .
|
||||||
|
Loading…
Reference in New Issue
Block a user