introduce docker - changed config files to work with docker

This commit is contained in:
GotPPay
2018-06-11 11:49:39 +02:00
parent ed7df7b11f
commit c21b30d288
11 changed files with 6626 additions and 3997 deletions

8
docker/php/Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM php:7.0-apache
COPY apache2.conf /etc/apache2/
RUN apt-get update
RUN apt-get upgrade -y
RUN docker-php-ext-install pdo pdo_mysql mysqli
RUN a2enmod rewrite