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

3 lines
94 B
Text
Raw Normal View History

2025-05-04 12:23:18 +01:00
RUN pecl install xdebug > /dev/null 2>&1
COPY ./xdebug.ini "${PHP_INI_DIR}/conf.d/xdebug.ini"