loom-spinner-cli/config/php-fpm/XDebug.Dockerfile
2025-04-14 02:52:39 +01:00

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"