diff --git a/Dockerfile b/Dockerfile index 00b2801..f5b401d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,7 @@ RUN unzip -d /usr/src /tmp/dolibarr-7.0.0.zip \ ADD php-uploads.ini /usr/local/etc/php/conf.d/glenux-uploads.ini ADD php-performance.ini /usr/local/etc/php/conf.d/glenux-performance.ini +ADD php-errors.ini /usr/local/etc/php/conf.d/glenux-errors.ini RUN sed \ -i 's|/var/www/html|/var/www/html/htdocs|' \ diff --git a/php-errors.ini b/php-errors.ini new file mode 100644 index 0000000..957aae7 --- /dev/null +++ b/php-errors.ini @@ -0,0 +1 @@ +error_reporting = E_ALL & ~E_WARNING & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED