This commit is contained in:
2021-03-17 15:22:39 +01:00
parent 351dbea9b5
commit f55ec2c90e

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}