Containerizing an Existing Blazor Project
I've been working on a .NET 8 Blazor Web App and needed to create a docker image of it so I can deploy it to my Synology NAS. I ran into several hiccups during the process and figured I'd share what I learned about the process.