diff --git a/php-fpm/Dockerfile-71 b/php-fpm/Dockerfile-71 index 192defe..9d9756a 100644 --- a/php-fpm/Dockerfile-71 +++ b/php-fpm/Dockerfile-71 @@ -61,7 +61,7 @@ RUN if [ ${INSTALL_XDEBUG} = true ]; then \ docker-php-ext-enable xdebug \ ;fi -# Copy xdebug configration for remote debugging +# Copy xdebug configuration for remote debugging COPY ./xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini #####################################