Health endpoint
Build and Push Docker Images / build (push) Failing after 0s

This commit is contained in:
2026-05-07 19:37:06 +03:00
parent f608bec742
commit 166280943c
5 changed files with 128 additions and 13 deletions
-1
View File
@@ -71,7 +71,6 @@ try
app.UseSwaggerInDevelopment(ServiceName, ServiceName);
app.MapControllers();
app.MapHealthEndpoint(ServiceName, appVersion);
Log.Information("Running EF Core migrations if any");
using (var scope = app.Services.CreateScope())