Add dockerized host deploy flow and fix Blazor static boot assets

This commit is contained in:
Joseph Doherty
2026-02-06 17:44:46 -05:00
parent dd18a05408
commit 4e56ea3435
27 changed files with 777 additions and 1 deletions
+2
View File
@@ -96,6 +96,8 @@ try
// Configure Web API middleware (authentication, authorization, controllers, SignalR hub)
app.UseWebApi();
// .NET 10 static asset endpoint mapping supports fingerprinted Blazor assets.
app.MapStaticAssets();
app.MapRazorPages();
app.MapFallbackToFile("index.html");