Add cron config

This commit is contained in:
Tilo Spannagel 2018-01-30 13:02:14 +01:00
parent 9d461d79de
commit 74c68d908b
No known key found for this signature in database
GPG Key ID: B89F1626A58E1429
5 changed files with 5 additions and 0 deletions

View File

@ -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
\

View File

@ -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
\

View File

@ -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
\

View File

@ -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
\

View File

@ -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
\