update php:7.1

This commit is contained in:
2018-04-22 21:07:12 +08:00
parent e6965f2f2b
commit b2b9f4cbc6
4 changed files with 2101 additions and 0 deletions

View File

@@ -9,4 +9,10 @@ RUN docker-php-source extract \
&& a2enmod ssl \
&& docker-php-source delete
ADD php.ini /usr/local/etc/php/
ADD apache2.conf /etc/apache2/
ADD security.conf /etc/apache2/conf-available/
WORKDIR /var/www/html