From d8b01333514fd58a72f48810cd23a54c0f73ecfe Mon Sep 17 00:00:00 2001 From: Max Regan Date: Wed, 4 Dec 2019 05:45:30 +0000 Subject: [PATCH] Run "crond" instead of "cron" --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3512e55..9c9c61d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,4 @@ RUN mkdir -p /etc/cron.d/ RUN echo -e "*/10 * * * * update-dns.sh > /proc/1/fd/1 2>/proc/1/fd/2\n" > /etc/cron.d/dns-cron RUN crontab /etc/cron.d/dns-cron -CMD ["cron", "-f"] \ No newline at end of file +CMD ["crond", "-f"] \ No newline at end of file