ASP.NET Core 7 app doesn't connect to database when running in Docker
I have an ASP.NET Core 7 app that uses SQL Server as a database. I want to dockerize the app and connect to Microsoft SQL Server image to use the database. When I run docker-compose and build the image from…