docker stuff
This commit is contained in:
4
docker/php/Dockerfile
Normal file
4
docker/php/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM php:7-fpm
|
||||
WORKDIR "/application"
|
||||
|
||||
RUN docker-php-ext-install mysqli
|
||||
Reference in New Issue
Block a user