Added autoconfiguration to nextcloud image

This commit is contained in:
Sven Fischer
2016-10-11 15:39:08 +02:00
parent e3aa977bd1
commit 857fe09da8
4 changed files with 168 additions and 32 deletions

View File

@ -93,6 +93,7 @@ COPY php-fpm.conf /etc/php7/php-fpm.conf
COPY opcache.ini /etc/php7/conf.d/00_opcache.ini
COPY apcu.ini /etc/php7/conf.d/apcu.ini
COPY run.sh /usr/local/bin/run.sh
COPY setup.sh /usr/local/bin/setup.sh
COPY occ /usr/local/bin/occ
COPY s6.d /etc/s6.d