4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
FROM wordpress:fpm
|
|
|
|
RUN pecl install xdebug
|
|
RUN docker-php-ext-enable xdebug |