Functionnal web server on docker-compose
This commit is contained in:
6
php/Dockerfile
Normal file
6
php/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM php:7.2-fpm
|
||||
|
||||
RUN mkdir -p /var/log/php
|
||||
|
||||
# Install mysqli
|
||||
RUN docker-php-ext-install mysqli
|
Reference in New Issue
Block a user