Skip to content

Commit

Permalink
Fixed Symfony php-fpm's configuration file path (fixes #92)
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Oct 21, 2018
1 parent 9df4b7d commit 046fcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php-fpm/Dockerfile
Expand Up @@ -33,7 +33,7 @@ RUN apk add --update \
RUN rm -rf /var/cache/apk/* && rm -rf /tmp/* && \
curl --insecure https://getcomposer.org/composer.phar -o /usr/bin/composer && chmod +x /usr/bin/composer

ADD symfony.ini /etc/php7/php-fpm.d/
ADD symfony.ini /etc/php7/conf.d/
ADD symfony.ini /etc/php7/cli/conf.d/
ADD xdebug.ini /etc/php7/conf.d/

Expand Down

0 comments on commit 046fcc8

Please sign in to comment.