mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-13 01:36:43 +00:00
update MAINTAINER email
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
FROM php:5.6-apache
|
||||
|
||||
MAINTAINER Newnius <docker@newnius.com>
|
||||
|
||||
RUN docker-php-source extract \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& docker-php-ext-install mysqli pdo pdo_mysql \
|
||||
@@ -11,3 +14,5 @@ ADD php.ini /usr/local/etc/php/
|
||||
ADD apache2.conf /etc/apache2/
|
||||
|
||||
ADD security.conf /etc/apache2/conf-available/
|
||||
|
||||
WORKDIR /var/www/html
|
||||
|
||||
Reference in New Issue
Block a user