6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM php:8.3-fpm
|
||||
|
||||
RUN docker-php-ext-install mysqli pdo pdo_mysql
|
||||
RUN docker-php-ext-enable pdo_mysql
|
||||
RUN pecl install xdebug
|
||||
RUN docker-php-ext-enable xdebug
|
Reference in New Issue
Block a user