Files
structure/src/dockerfiles/workspace/xdebug2.Dockerfile

9 lines
288 B
Docker
Raw Normal View History

2022-11-24 18:27:36 +03:00
###########################################################################
# xDebug:
###########################################################################
USER root
# Copy xdebug configuration for remote debugging
COPY ./xdebug2.ini /etc/php/${PHP_VERSION}/cli/conf.d/xdebug.ini