docker stuff

This commit is contained in:
2021-04-07 19:43:22 +02:00
parent 0f10e59e38
commit 6292f72032
11 changed files with 2048 additions and 5 deletions

4
docker/php/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM php:7-fpm
WORKDIR "/application"
RUN docker-php-ext-install mysqli