Start implementing docker

This commit is contained in:
Jonathan Hodgson 2019-04-26 08:58:12 +01:00
parent 564034e5b7
commit 1290817923
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

View file

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