agusp9648
agusp9648
CC#
Created by agusp9648 on 3/10/2023 in #help
❔ 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?
2 replies