update the xdebug.ini usage

This commit is contained in:
Mahmoud Zalt
2016-08-19 03:05:02 +03:00
parent d57a0c3888
commit dd48592d8b
3 changed files with 11 additions and 16 deletions

View File

@ -54,7 +54,7 @@ RUN if [ ${INSTALL_XDEBUG} = true ]; then \
echo "alias phpunit='php -dzend_extension=xdebug.so /var/www/laravel/vendor/bin/phpunit'" >> ~/.bashrc \
;fi
# ADD for REMOTE debugging
COPY ./xdebug_settings_only.ini /etc/php/7.0/cli/conf.d/xdebug_settings_only.ini
COPY ./xdebug.ini /etc/php/7.0/cli/conf.d/xdebug.ini
#####################################
# MongoDB: