This commit is contained in:
Wolfgang Hottgenroth 2021-03-17 15:20:57 +01:00
parent 677c55445a
commit 351dbea9b5
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

@ -34,7 +34,7 @@ COPY crontab ${APP_DIR}/
COPY *.py ${APP_DIR}/
RUN \
ln -s /etc/crontab ${APP_DIR}/crontab
ln -s ${APP_DIR}/crontab /etc/crontab
VOLUME ${APP_DIR}