Avanrooyen
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Created Docker container debugging using dotnet watch
I was wondering if Rider supports dotnet watch run as an entry point for attaching the debugger to Docker containers: ENTRYPOINT dotnet watch run --urls=http://+:80 I am not sure if I just have an ...