0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-24 20:34:10 +02:00

Add NEXTCLOUD_BASE_DIR option

Correct code in entrypoint.sh and dockerfile
Signed-off-by: pierre <pierre.m@nikolov.fr>
This commit is contained in:
pierre 2019-03-15 12:15:24 +01:00
parent e92fdf68a1
commit b678bfc10e
27 changed files with 27 additions and 27 deletions

View file

@ -11,7 +11,7 @@ RUN set -ex; \
; \
\
rm /var/spool/cron/crontabs/root; \
echo '*/15 * * * * php -f ${NEXTCLOUD_BASE_DIR}/cron.php' > /var/spool/cron/crontabs/www-data
echo "*/15 * * * * php -f ${NEXTCLOUD_BASE_DIR}/cron.php" > /var/spool/cron/crontabs/www-data
# install the PHP extensions we need
# see https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html