This commit is contained in:
HB9HIL
2025-02-01 15:08:08 +01:00
parent 71edf5b9b8
commit 59cd122c05

View File

@@ -42,7 +42,7 @@ RUN mkdir ./application/config/docker; \
# Create the cron job
RUN touch /etc/cron.d/wavelog; \
echo "* * * * * php /var/www/html/index.php cron run &>/dev/null" >> /etc/cron.d/wavelog; \
echo "* * * * * curl --silent http://localhost/index.php/cron/run &>/dev/null" >> /etc/cron.d/wavelog; \
chmod 0644 /etc/cron.d/wavelog;\
crontab /etc/cron.d/wavelog;\
mkdir -p /var/log/cron; \