C#C
C#3y ago
agusp9648

❔ doubts with docker-compose

I'm developing an authentication service that consists of two microservices. The first is a .NET Core 6 API with two endpoints: "login" and "register". The second is a SQL server running on a Docker image. Both microservices are in a docker-compose file.

My question is, how do I run Entity Framework migrations in the services within the containers?
Was this page helpful?