Dockerfile: add log datetime

This commit is contained in:
Dmitry Belyaev 2024-02-21 21:13:28 +03:00
parent cbc94394bb
commit ca89a74c4b
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ VOLUME /app/settings
VOLUME /app/state
CMD sh -exc 'echo "\
$SCHEDULE cd /app && python -m pddnsc.cli \
$SCHEDULE date && cd /app && python -m pddnsc.cli \
" > /etc/crontabs/root && exec crond -l 1 -f'