Hi c# corner Team,
I'd like an example of how to configure a .NET Core API with Docker and create a Dockerfile for both the API and the database. How can I set it up so that running the Dockerfile or Docker Compose starts both the application and the database? Could you help me with this configuration?