How do I run Prisma migrations in a Dockerized GraphQL + Postgres setup?
I’m new to using Prisma as well as Dockerizing my setup. I would like to specify my data model using Prisma, have Postgres as my database and use that in a GraphQL API (my current API uses apollo-server-express
) that also deals with authentication and roles etc.