Add Docker configuration and fix paths
This commit is contained in:
@@ -4,7 +4,7 @@ error_reporting(E_ALL);
|
||||
ini_set('display_errors', 0);
|
||||
ini_set('log_errors', 1);
|
||||
|
||||
$logFile = __DIR__ . '/../logs/error.log';
|
||||
$logFile = __DIR__ . '/../public/logs/error.log';
|
||||
|
||||
if (!file_exists(dirname($logFile))) {
|
||||
mkdir(dirname($logFile), 0755, true);
|
||||
|
||||
Reference in New Issue
Block a user