complete docker v1

This commit is contained in:
2026-02-10 15:20:36 +03:30
parent 387682aedb
commit 42008d3c4d
5 changed files with 12 additions and 83 deletions

View File

@@ -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))