From 5c9debbe4288cd1beff35e43d9a34745e5ab6a15 Mon Sep 17 00:00:00 2001 From: Jonas Leder Date: Mon, 28 Dec 2020 23:01:50 +0100 Subject: [PATCH] disable php error reporting --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 61e495d..8d08607 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,8 @@ ENV PHP_EXTENSION_APCU=0 \ PHP_EXTENSION_IGBINARY=0 \ PHP_EXTENSION_REDIS=0 \ PHP_EXTENSION_SOAP=0 \ - APP_ENV=prod + APP_ENV=prod \ + PHP_INI_ERROR_REPORTING=0 # |--------------------------------------------------------------------------