9 lines
288 B
Docker
9 lines
288 B
Docker
|
###########################################################################
|
||
|
# xDebug:
|
||
|
###########################################################################
|
||
|
|
||
|
USER root
|
||
|
|
||
|
# Copy xdebug configuration for remote debugging
|
||
|
COPY ./xdebug2.ini /etc/php/${PHP_VERSION}/cli/conf.d/xdebug.ini
|