Dockerfile и http
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-05 16:46:47 +03:00
parent 4e30f3e7a5
commit 81a01ae4ed
5 changed files with 40 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ public class Program
private static async Task HandleMigrationKey(string[] args, WebApplication app)
{
if (args.Contains(MigrationKey))
if (true)
{
using var scope = app.Services.CreateScope();
await using var context = scope.ServiceProvider.GetRequiredService<DatabaseContext>();