Start implementing docker

This commit is contained in:
Jonathan Hodgson 2019-04-26 08:58:12 +01:00
parent 77616f798a
commit 982aa92e80
6 changed files with 177 additions and 52 deletions

View file

@ -0,0 +1,5 @@
FROM php:7.3-apache
RUN a2enmod rewrite vhost_alias ssl
RUN docker-php-ext-install mysqli pdo pdo_mysql