New php helper for dockerized cli scripts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user