From 5fa9be019bdc76dc3c7f1f477629b097a3ba54c3 Mon Sep 17 00:00:00 2001 From: Tim de Pater Date: Wed, 6 Nov 2019 08:48:30 +0100 Subject: [PATCH] Don't force the PHP customizations to be the last file to load --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7079321..375c47b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN rm /etc/nginx/conf.d/default.conf # Configure PHP-FPM COPY config/fpm-pool.conf /etc/php7/php-fpm.d/www.conf -COPY config/php.ini /etc/php7/conf.d/zzz_custom.ini +COPY config/php.ini /etc/php7/conf.d/custom.ini # Configure supervisord COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf