Project DescriptionThis project is an example project using Entity framework with asp.net core.Buildingmanually building docker image: docker build -t EntityFrameworkService:1.0.0 .Running the testsTo run the unit tests from the command line:Dotnet Test