BlazorDocker icon indicating copy to clipboard operation
BlazorDocker copied to clipboard

How to Containerize Blazor WebAssembly Standalone, WebAssembly Hosted, and Blazor Server apps

Results 3 BlazorDocker issues
Sort by recently updated
recently updated
newest added

Hosted Dockerfile it's wrong ```yaml COPY ["Server/BlazorHosted.Server.csproj", "Server/"] ``` should be ```yaml COPY ["BlazorHosted.Server.csproj", "Server/"] ``` besides of that i don't think that can works if you don't provides Client...

In my test, seems like the usual way of doing this, i.e. specifying `environment` items in docker.compose.yml, doesn't work. The variable value can't be read by wsam and appear in...

## Beep boop. Your images are optimized! Your image file size has been reduced by **5%** 🎉 Details | File | Before | After | Percent reduction | |:--|:--|:--|:--| |...