Blazor app and class libraries.
I am using DevExpress Xaf Framework. I want to dockerize its Blazor project with two other module projects. I researched how to dockerize more than one relational projects but I couldn't find anything. I have published three projects using Visual Studio into separate folders and created one dockerfile as below. Then ran it on command line with Docker commands but it did not work.
Also when I published the Blazor app into folder, the folder contained all the project files including dll file but when I tried to publish other two projects, their folder contained only .nupkg
files as below.