I'm trying to containerize a Blazor app knowing that I have the Server project and the .Client project.
I wanted to know if I should right click on the Server project and create a Dockerfile for just the server project knowing that Blazor is basically a 2 projects in 1 kind of project or does the .Client project also needs its own Dockerfile ( and therefore they maybe need to be ran with Docker Compose to be able to communicate ) ?