From 17b6e74782cf4aec8937d012ccb111ce0e246d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Viguier?= Date: Mon, 30 Sep 2024 15:11:08 +0200 Subject: [PATCH] Update Dockerfile Co-authored-by: Martin Stone <1611702+d7415@users.noreply.github.com> --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c5ec046..f4c6018 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,7 +76,8 @@ RUN \ chown -R www-data:www-data /var/www/html/Lychee && \ chmod -R g+ws storage/image-jobs || true && \ chmod -R g+ws storage/livewire-tmp || true && \ - chmod -R g+ws storage/lychee-tmp && \ + chmod -R g+ws storage/lychee-tmp || true && \ + echo "* * * * * www-data cd /var/www/html/Lychee && php artisan schedule:run >> /dev/null 2>&1" >> /etc/crontab && \ apt-get purge -y --autoremove git composer && \ apt-get clean -qy &&\