davelowndes
Results
2
comments of
davelowndes
I have resolved via option 3: - expose the database port to your host in `docker-compose.yml` - implement `IDesignTimeDbContextFactory` ``` public class ChassisDbContextFactory : IDesignTimeDbContextFactory { public ChassisDbContext CreateDbContext(string[] args)...
I sometimes get this error when running docker builds. Docker is using the WSL 2 based engine: ``` $ docker compose build --no-cache web api [+] Building 12.6s (4/4) FINISHED...