From 01408a1569e0fbe2d16e7db36c77286e0b85a67c Mon Sep 17 00:00:00 2001 From: Samichou <samuel.bardie@gmail.com> Date: Thu, 5 Apr 2018 23:35:30 +0200 Subject: [PATCH] =?UTF-8?q?Correctif=20Dockerfile=20(la=20copie=20d'un=20f?= =?UTF-8?q?ichier=20utilis=C3=A9e=20pour=20des=20tests=20n'est=20plus=20ut?= =?UTF-8?q?ile=20depuis=20que=20l'image=20a=20=C3=A9t=C3=A9=20ajout=C3=A9?= =?UTF-8?q?=20au=20docker-compose)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backup-rotation/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/backup-rotation/Dockerfile b/backup-rotation/Dockerfile index a872c3f4..ab270f98 100644 --- a/backup-rotation/Dockerfile +++ b/backup-rotation/Dockerfile @@ -15,7 +15,6 @@ VOLUME ["/backup"] VOLUME ["/config"] COPY start_rotation.py start_rotation.py -COPY backup_data.json /config/backup_data.json RUN touch /crontab.conf -- GitLab