summaryrefslogtreecommitdiffstats
path: root/Dockerfile-debian.template
diff options
context:
space:
mode:
authorArtur Neumann <artur@jankaritech.com>2023-03-10 10:03:08 +0545
committerArtur Neumann <artur@jankaritech.com>2023-03-10 10:03:08 +0545
commit0b2247974d3dc9f49359d60d4aaa7cda6383f293 (patch)
treee3b55566d9d14c992131c053a6608d78652a2b8f /Dockerfile-debian.template
parent31c59aea24f8516f862ca136766168016e840593 (diff)
set display_errors to Offdisplay_errors
Signed-off-by: Artur Neumann <artur@jankaritech.com>
Diffstat (limited to 'Dockerfile-debian.template')
-rw-r--r--Dockerfile-debian.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template
index f553dc84..8a83932b 100644
--- a/Dockerfile-debian.template
+++ b/Dockerfile-debian.template
@@ -109,6 +109,7 @@ RUN { \
echo 'memory_limit=${PHP_MEMORY_LIMIT}'; \
echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}'; \
echo 'post_max_size=${PHP_UPLOAD_LIMIT}'; \
+ echo 'display_errors=Off'; \
} > "${PHP_INI_DIR}/conf.d/nextcloud.ini"; \
\
mkdir /var/www/data; \