ASP.NET Docker Practice
1.0.0
dotnet new angularnpm installdotnet builddotnet rundocker build -t ${IMAGE_NAME} .docker build -f Dockerfile -t ${IMAGE_NAME}docker run -p 5000:5000 ${IMAGE_NAME}http://localhost:5000