From 96851e9a34e3193f4dd0d5ca3980c2bb82a6238c Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 10 Jun 2024 13:40:28 +0100 Subject: [PATCH] Update Dockerfile --- php-cli/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php-cli/Dockerfile b/php-cli/Dockerfile index e3ec194..2c14654 100644 --- a/php-cli/Dockerfile +++ b/php-cli/Dockerfile @@ -9,6 +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 RUN chmod 0644 /etc/cron.d/crontab RUN /usr/bin/crontab /etc/cron.d/crontab