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

3 lines
94 B
Text
Raw Permalink Normal View History

2025-04-14 02:52:39 +01:00
RUN pecl install xdebug > /dev/null 2&>1
COPY ./xdebug.ini "${PHP_INI_DIR}/conf.d/xdebug.ini"