Working docker-compose files for development

This commit is contained in:
Nabeel Shahzad
2019-05-10 18:40:07 -05:00
parent 2b45b9fd70
commit 5f0db96fc4
8 changed files with 87 additions and 4 deletions

3
docker/php/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM php:7.3-fpm
RUN docker-php-ext-install mysqli pdo openssl mbstring tokenizer curl json gmp