Hey.
I am not sure if this is the right place for this question. But I will try anyway, at least to be sure if I have done something wrong
I am currently building a CI CLI process for dotnet programs.
I have a pipeline that generates the wanted container. But for some reason when I try to build an asp.net webapp. it will create the container, but the container is not reachable through a gui, it will however answer to healthcheck endpoint. I assume that it can not find/reach the static files of the wwwroot folder.
However the CLI works fine for an asp.net api. So im not sure if there is some alternative config for building webapps, or i should troubleshoot somewhere else.