mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-17 00:24:47 +02:00
Runs update.sh
Signed-off-by: Roland Vet <vet.roland@gmail.com>
This commit is contained in:
parent
0c7ef56635
commit
64f040b44d
18 changed files with 45 additions and 39 deletions
|
@ -8,8 +8,7 @@ RUN set -ex; \
|
|||
rsync \
|
||||
; \
|
||||
\
|
||||
rm /var/spool/cron/crontabs/root; \
|
||||
echo '*/5 * * * * php -f /var/www/html/cron.php' > /var/spool/cron/crontabs/www-data
|
||||
rm /var/spool/cron/crontabs/root
|
||||
|
||||
# install the PHP extensions we need
|
||||
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue