Skip to content

Commit

Permalink
Merge pull request #93 from eko/fixed-symfony-fpm
Browse files Browse the repository at this point in the history
Fixed Symfony php-fpm's configuration file path (fixes #92)
  • Loading branch information
eko committed Oct 21, 2018
2 parents 9df4b7d + 046fcc8 commit b3d0b32
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 b3d0b32

Please sign in to comment.