nextcloud: fix Dockerfile, closes #84

This commit is contained in:
Wonderfall
2017-03-22 15:44:07 +01:00
parent 2fc8b01c49
commit 5817b850bf
14 changed files with 123 additions and 111 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
while true; do
php7.1 -d memory_limit=<CRON_MEMORY_LIMIT> -f /nextcloud/cron.php
php7 -d memory_limit=<CRON_MEMORY_LIMIT> -f /nextcloud/cron.php
sleep <CRON_PERIOD>
done