NestJS in Docker can’t do a Prisma Migrate on Postgres in another Docker Container
I have a problem with creating a Docker Image for a NestJS application talking via Prisma to a Postgress database already running in another Container.
The problem is that is can’t reach the database during the ‘prisma generate’ phase in the Docker Build.