« Programmation/PhpStorm » : différence entre les versions

Contenu supprimé Contenu ajouté
Ligne 60 :
<syntaxhighlight lang=docker>
RUN pecl install -f xdebug \
&& docker-php-ext-enable xdebug
&& export XDEBUG_PATH=`find / -name "xdebug.so" -print 2>/dev/null`
COPY xdebug.ini $PHP_INI_DIR/conf.d
</syntaxhighlight>