Docker for backend
This commit is contained in:
6
app/docker/PHP.Dockerfile
Normal file
6
app/docker/PHP.Dockerfile
Normal 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
|
Reference in New Issue
Block a user