From f55ec2c90e67482d8b80c9b41d097e4ee55f4581 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 17 Mar 2021 15:22:39 +0100 Subject: [PATCH] fix --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c58c541..5552665 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,6 +34,7 @@ COPY crontab ${APP_DIR}/ COPY *.py ${APP_DIR}/ RUN \ + rm -f /etc/crontab && \ ln -s ${APP_DIR}/crontab /etc/crontab VOLUME ${APP_DIR}