✅ Can't update database in docker.
I'm very new to docker, but I've setup 2 Docker files one for my api and one for my client, and i can run them an access both but my database is always empty, and I can't run any ef commands to update or apply migrations and I have no idea why, it keeps saying I don't have the SDK but I'm almost positive in my Dockerfile I'm bringing in the SDK.
But from my understanding I have the docker file bringing in the SDK, so I don't understand how i cant run the commands...
But from my understanding I have the docker file bringing in the SDK, so I don't understand how i cant run the commands...