disable php error reporting

This commit is contained in:
Jonas Leder 2020-12-28 23:01:50 +01:00
parent 77c50ddaeb
commit 5c9debbe42

View file

@ -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
# |--------------------------------------------------------------------------