summaryrefslogtreecommitdiffstats
path: root/11.0/fpm/Dockerfile
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2018-01-30 13:02:14 +0100
committerTilo Spannagel <development@tilosp.de>2018-01-30 13:02:14 +0100
commit74c68d908bf6ac8c69bbdc1cd091ff03bfa5ffaa (patch)
treed67e63614703c546f18cc9760e4e35b45634c720 /11.0/fpm/Dockerfile
parent9d461d79de35c65dc06bf59a15be573cfa0962e5 (diff)
Add cron config
Diffstat (limited to '11.0/fpm/Dockerfile')
-rw-r--r--11.0/fpm/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/11.0/fpm/Dockerfile b/11.0/fpm/Dockerfile
index f336ac4c..32e4849a 100644
--- a/11.0/fpm/Dockerfile
+++ b/11.0/fpm/Dockerfile
@@ -8,6 +8,7 @@ RUN set -ex; \
bzip2 \
busybox-static \
; \
+ echo '*/15 * * * * www-data php -f /var/www/html/cron.php' > /etc/crontab; \
# install the PHP extensions we need
# see https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html
\