From c4b43e0afec46b1e8fab89a86347bd210a0dd590 Mon Sep 17 00:00:00 2001 From: Thomas Peterson Date: Sat, 30 Sep 2023 07:21:44 +0000 Subject: [PATCH] Fix Cron --- .docker/images/php/cron/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.docker/images/php/cron/Dockerfile b/.docker/images/php/cron/Dockerfile index 3dabcb961..1398d14bc 100644 --- a/.docker/images/php/cron/Dockerfile +++ b/.docker/images/php/cron/Dockerfile @@ -5,6 +5,7 @@ COPY ./images/php/cron/conf.d/psc /etc/cron.d/ COPY ./images/php/cron/bin/ /usr/bin/ RUN chmod +x /usr/bin/start-cron.sh RUN chmod +x /usr/bin/set-env.sh +RUN chmod 0600 /etc/cron.d/psc RUN apt-get update && apt-get install -y cron rsyslog RUN sed -i '/imklog/s/^/#/' /etc/rsyslog.conf