From cea61727597f1728eed1c62b6123ef86bffe54b0 Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Sat, 29 Jun 2019 13:01:40 +1000 Subject: [PATCH] Fix path to php.ini --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8259224f..ff1f1c9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN a2enmod headers # RUN sed -i "s/short_open_tag = Off/short_open_tag = On/" /etc/php5/apache2/php.ini #RUN sed -i "s/error_reporting = .*$/error_reporting = E_ERROR | E_WARNING | E_PARSE/" /etc/php5/apache2/php.ini -ADD conf/php.ini /etc/php5/apache2.php.ini +ADD conf/php.ini /etc/php5/apache2/php.ini # Manually set up the apache environment variables ENV APACHE_RUN_USER www-data