Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Look at the example dockerfile farther down in the article. They're performing the build inside of a dotnet sdk container then creating the application container. It sounds like you're performing the build outside of a container and just packaging the artifacts.


Right. I have Visual Studio installed. I don't need a container to build the application, I only need it for deployment.


Container to build is nice in CI pipelines, then you don't need msbuild installed on CI runners.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: