loom-spinner-cli/config/php-fpm/XDebug.Dockerfile

3 lines
No EOL
94 B
Docker

RUN pecl install xdebug > /dev/null 2>&1
COPY ./xdebug.ini "${PHP_INI_DIR}/conf.d/xdebug.ini"