How are Dockerfiles used by Visual Studio?
I am trying to create a simple ASP.NET Core web application with React (using the "ASP.NET Core with React.js" template). Further I want to containerize it. If I run the release configuration, everything works fine. If I run the debug…