fix
This commit is contained in:
@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user