/WatchRunDocker

Demonstration of how to run Dotnet Core under Docker with Watch Run.

Primary LanguageC#

How to test it in my both development environment?

  • In the bare metal:
cd .\src
dotnet restore
dotnet watch run
  • Into the Docker development environment:
docker-compose up