Skip to content

rongfengliang/dotnetcore-aspnet-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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