Skip to content

Commit a892e17

Browse files
committed
fix: melhor mexer apenas no problema
1 parent 2bc4247 commit a892e17

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/
8585

8686
COPY configs/ports.conf /etc/apache2/ports.conf
8787
COPY configs/logs.conf /etc/apache2/conf-enabled/logs.conf
88-
COPY configs/php.ini /usr/local/etc/php/conf.d/php-defaults.ini
88+
COPY configs/php-errors.ini /usr/local/etc/php/conf.d/php-errors.ini
8989
COPY apache-run.sh /usr/bin/apache-run
9090
COPY ./bin /usr/bin/
9191

configs/php-errors.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
html_errors Off
2+
display_errors=Off
3+
error_reporting=E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_USER_DEPRECATED

configs/php.ini

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)