From 252abce5d37e1f45a4caa8eec891b1c01f065ade Mon Sep 17 00:00:00 2001 From: Jack Brierley Date: Mon, 15 Jul 2024 10:20:03 +0000 Subject: [PATCH] Update php-cli/Dockerfile --- php-cli/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-cli/Dockerfile b/php-cli/Dockerfile index 2c14654..7bbf29c 100644 --- a/php-cli/Dockerfile +++ b/php-cli/Dockerfile @@ -9,8 +9,8 @@ RUN docker-php-ext-install pdo_mysql opcache gd zip ldap COPY ./crontab /etc/cron.d/crontab -COPY ./petroq.service /etc/systemd/system -RUN systemctl enable --now pteroq.service +#COPY ./petroq.service /etc/systemd/system +#RUN systemctl enable --now pteroq.service RUN chmod 0644 /etc/cron.d/crontab RUN /usr/bin/crontab /etc/cron.d/crontab