diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 20 |
1 files changed, 7 insertions, 13 deletions
@@ -25,9 +25,6 @@ ARG MODE="debug" # } >> /usr/local/etc/php-fpm.d/www.conf - - - # setup apache # ------------------------------------------------------------------------------ @@ -111,18 +108,15 @@ RUN sed -i 's/80/${PORT}/g' /etc/apache2/sites-available/000-default.conf /etc/a # (+) run once after ex. 4 minutes - # Install XDebug (only for develop/debud modes) # ------------------------------------------------------------------------------ -RUN apt-get install -y apt-utils \ - && pecl install xdebug \ - && docker-php-ext-enable xdebug - -COPY docker/config/php-ext-xdebug.ini /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini -RUN touch /usr/local/etc/php/xdebug.log -RUN chown www-data:www-data /usr/local/etc/php/xdebug.log -RUN chmod 664 /usr/local/etc/php/xdebug.log - +# RUN apt-get install -y apt-utils \ +# && pecl install xdebug \ +# && docker-php-ext-enable xdebug +# COPY docker/config/php-ext-xdebug.ini /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini +# RUN touch /usr/local/etc/php/xdebug.log +# RUN chown www-data:www-data /usr/local/etc/php/xdebug.log +# RUN chmod 664 /usr/local/etc/php/xdebug.log # Prepare the entrypoint as in the original image |
