Skip to content

Commit

Permalink
Don't force the PHP customizations to be the last file to load
Browse files Browse the repository at this point in the history
  • Loading branch information
TrafeX committed Nov 6, 2019
1 parent 775a629 commit 5fa9be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fa9be0

Please sign in to comment.