Don't force the PHP customizations to be the last file to load

migrate-github-actions
Tim de Pater 2019-11-06 08:48:30 +01:00
parent 775a6295aa
commit 5fa9be019b
No known key found for this signature in database
GPG Key ID: BFE5D809439C9723
1 changed files with 1 additions and 1 deletions

View File

@ -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