Hi,
I have an asp.net core 3.1 project and I want to use containerized using docker. I stumble into a problem when I start the app it cannot locate the localdb. The LocalDb resides on a separate project but on the same solution folder. It cannot find the file specified.
If I will not use container it will just run ok and able to connect to LocalDB. please enlighten me if I missed something. Thank you