ASP.NET Docker Practice
1.0.0
dotnet new angular
npm install
dotnet build
dotnet run
docker build -t ${IMAGE_NAME} .
docker build -f Dockerfile -t ${IMAGE_NAME}docker run -p 5000:5000 ${IMAGE_NAME}http://localhost:5000