Example Project on how to develop and build React project with DOTNET Core Web API
// build and publish dotnet publish -c Release -o published // run dotnet published/react-dotnet-example.dll
// build the image docker build -t react-dotnet-img . // list the images docker images