Adding ability to quickly enable/disable xdebug

parent 48fc844a
......@@ -49,6 +49,10 @@ COPY php-fpm.conf /etc/php/7.0/fpm/php-fpm.conf
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
COPY laravel.ini /etc/php/7.0/fpm/conf.d/laravel.ini
#COPY disabled-xdebug.ini /etc/php/7.0/mods-available/xdebug.ini
COPY enabled-xdebug.ini /etc/php/7.0/mods-available/xdebug.ini
RUN /etc/init.d/php7.0-fpm restart
RUN mkdir /tmp/certgen
WORKDIR /tmp/certgen
......
; zend_extension=xdebug.so
zend_extension=xdebug.so
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