Debugging dotnet in docker

Repo created with dotnet new, using dotnet cli version 1.1

Run the application with the following commands

  • dotnet restore
  • docker-compose build && docker-compose up
  • F5 in vscode