How do I create a docker container that will run .NET with hot reload via dotnet watch run? Most of the solutions online go the right way but there is always something wrong like:
- container starts fine but the port is not the one I specify and port forwarding directives dont work
- container cannot be built because of
"watch" is not something dotnet can run - project files cannot be found or copied and many others that I forgot to mention but encountered on my way to the solution