Accessing Postgres Docker container in container building stage
I have a Docker container serving a Postgres database on port 5432. I am now attempting to build another container that uses the Prisma Client to access the database. However, to be able to build the project I first need…