Rebuild docker-entrypoint scripts

This commit is contained in:
cytopia
2018-02-27 09:32:49 +01:00
parent 7d41e38374
commit f5491d91fc
27 changed files with 530 additions and 610 deletions

View File

@@ -46,7 +46,7 @@ RUN set -x \
COPY ./data/docker-entrypoint.sh /docker-entrypoint.sh
COPY ./data/docker-entrypoint.d /docker-entrypoint.d
COPY ./data/php-fpm.conf /usr/local/etc/php-fpm.conf
COPY ./data/php-fpm.d/devilbox.conf /usr/local/etc/php-fpm.d/zzz-devilbox.conf
COPY ./data/php-fpm.d /usr/local/etc/php-fpm.d
###