Start implementing docker
This commit is contained in:
parent
564034e5b7
commit
1290817923
6 changed files with 177 additions and 52 deletions
5
docker/web/php/Dockerfile
Normal file
5
docker/web/php/Dockerfile
Normal 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
|
5
docker/web/php/Dockerfile.sample
Normal file
5
docker/web/php/Dockerfile.sample
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM php:%version%-apache
|
||||
|
||||
RUN a2enmod rewrite vhost_alias ssl
|
||||
|
||||
RUN docker-php-ext-install mysqli pdo pdo_mysql
|
Loading…
Add table
Add a link
Reference in a new issue