Commit e036e69d authored by Andrew Marcinkevičius's avatar Andrew Marcinkevičius Committed by GitHub

Fix typo

parent 8989c737
...@@ -61,7 +61,7 @@ RUN if [ ${INSTALL_XDEBUG} = true ]; then \ ...@@ -61,7 +61,7 @@ RUN if [ ${INSTALL_XDEBUG} = true ]; then \
docker-php-ext-enable xdebug \ docker-php-ext-enable xdebug \
;fi ;fi
# Copy xdebug configration for remote debugging # Copy xdebug configuration for remote debugging
COPY ./xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini COPY ./xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini
##################################### #####################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment