This commit is contained in:
Wolfgang Hottgenroth 2021-03-17 15:22:39 +01:00
parent 351dbea9b5
commit f55ec2c90e
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

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