complete docker v1
This commit is contained in:
@@ -48,7 +48,7 @@ using Microsoft.OpenApi; // Corrected using for PhysicalFileProvider
|
||||
|
||||
// Use Docker-compatible log path
|
||||
var logDirectory = Environment.GetEnvironmentVariable("ASPNETCORE_ENVIRONMENT") == Environments.Development
|
||||
? @"C:\Logs\Gozareshgir\"
|
||||
? @"C:\LogsGozareshgir\\"
|
||||
: "/app/Logs";
|
||||
|
||||
if (!Directory.Exists(logDirectory))
|
||||
|
||||
Reference in New Issue
Block a user