Posts by Gabriel Seles • 1 point
1 post
-
0
votes0
answers95
viewsQ: Is it possible to upload blazor webassembly applications with . net core hosted on Herokuapp via Docker?
When I go up a blazor server application, I use the following steps: I create a dockerfile file in the same folder where the project is so: FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-buster-slim…