From d6643f6c167c45fe69a94a7502cec2a3a39621c0 Mon Sep 17 00:00:00 2001 From: Stephane de Labrusse Date: Wed, 18 Sep 2024 11:46:31 +0200 Subject: [PATCH] same fro development --- nextcloud/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 5ece591..1f6cf48 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -45,7 +45,10 @@ RUN mkdir -p \ ; # we want to remove the php notice in error reporting in log, sed is doing weird things RUN sed -i 's/error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT/#error_reporting_added_at_the_end_of_file/' /usr/local/etc/php/php.ini-production && \ - echo 'error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE' >> /usr/local/etc/php/php.ini-production + echo 'error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE' >> /usr/local/etc/php/php.ini-production && \ + sed -i 's/error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT/#error_reporting_added_at_the_end_of_file/' /usr/local/etc/php/php.ini-development && \ + echo 'error_reporting = E_ALL & ~E_NOTICE' >> /usr/local/etc/php/php.ini-development + COPY supervisord.conf / COPY ns.config.php /usr/src/nextcloud/config/