mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-16 16:14: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
|
@ -1,4 +1,7 @@
|
|||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
exec busybox crond -f -l 0 -L /dev/stdout
|
||||
while [ 1 ]; do
|
||||
(php -f /var/www/html/cron.php &);
|
||||
sleep 5m;
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue