v0.1.0
This commit is contained in:
7
frontend/PHP.Dockerfile
Normal file
7
frontend/PHP.Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM php:7.4-fpm
|
||||
|
||||
RUN docker-php-ext-install pdo pdo_mysql
|
||||
|
||||
RUN pecl install xdebug && docker-php-ext-enable xdebug
|
||||
|
||||
WORKDIR /app/frontend
|
Reference in New Issue
Block a user