❔ 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?
1 Reply
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.