Andrew Marcinkevičius 7 lat temu
rodzic
commit
e036e69da2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      php-fpm/Dockerfile-71

+ 1 - 1
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
 
 #####################################