Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 847 Bytes

File metadata and controls

26 lines (22 loc) · 847 Bytes

docker-dotnetcore-image-template

MIT License Docker Stars Docker Pulls Docker Build Status Docker Automated Build

  • Replace docker image name "dotnetcore-app" in Makefile
  • Clear src folder
  • Put dotnet project into src folder
  • Update entry point dll in go.sh
  • Build docker image
make build-image
  • Run docker image
make run-image
  • Remove docker image
make clear-image