disable php error reporting
This commit is contained in:
parent
77c50ddaeb
commit
5c9debbe42
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
# |--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue