I added custom json file in my .net core web API project and retrieved data from that json file successfully when running it in debug mode. But, problem arise when I run it as a docker container.
Error says "Missing custom.json file in '/app/' folder".