New php helper for dockerized cli scripts

This commit is contained in:
2023-03-27 08:32:21 +08:00
parent 283bac61eb
commit fec161f77b
10 changed files with 187 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ FROM php:8.1-fpm
# https://pecl.php.net/package/xdebug
RUN pecl channel-update pecl.php.net && \
pecl install xdebug-3.1.6
pecl install xdebug-3.2.0
EXPOSE 9000
WORKDIR /var/www