Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 270 Bytes

README.MD

File metadata and controls

23 lines (15 loc) · 270 Bytes

dotnetcore aspnet docker-compose running demo

how to running

  • build aspnetcore application
cd app

dotnet publish -c Release -o out
  • start docker-compose service
docker-compose up -d

view webpage

open http://localhost