+ xdebug ini

* autostart and enable
+ php 73 and 74 xDebug (termporary):
This commit is contained in:
2021-08-26 12:13:56 +03:00
parent 10231ac87b
commit 93eddcdf84
4 changed files with 41 additions and 2 deletions

View File

@ -26,6 +26,13 @@ RUN if [ ${INSTALL_PEAR_MAIL} = true ]; then \
;fi
###########################################################################
# xDebug (termporary):
###########################################################################
# Copy xdebug configuration for remote debugging
COPY ./xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini
###########################################################################
# Tune opts:
###########################################################################