This commit is contained in:
2021-03-17 15:20:57 +01:00
parent 677c55445a
commit 351dbea9b5

View File

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