Provided a way to Stop/Start php-fpm xdebug via bash script.
This commit is contained in:
@ -52,6 +52,8 @@ RUN if [ ${INSTALL_XDEBUG} = true ]; then \
|
||||
sed -i 's/^/;/g' /etc/php/7.0/cli/conf.d/20-xdebug.ini && \
|
||||
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
|
||||
|
||||
#####################################
|
||||
# MongoDB:
|
||||
|
Reference in New Issue
Block a user