This commit is contained in:
2021-03-25 21:24:03 -03:00
parent a492fd0688
commit e515612412
3 changed files with 77 additions and 0 deletions

6
Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM php:7.4-fpm
RUN docker-php-ext-install pdo pdo_mysql
RUN pecl install xdebug-3.0.3 \
&& docker-php-ext-enable xdebug