✅ [Docker Compose] The path must be absolute. (Parameter 'root')
I added docker orchestration to my MVC project using Docker Compose but when I start the application in debug mode I get
The strange thing is that I don't get that exception in release mode.
System.ArgumentException: 'The path must be absolute. (Parameter 'root')' on the line var builder = WebApplication.CreateBuilder(args);.The strange thing is that I don't get that exception in release mode.






