You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I honestly not sure how to do so,
I should execute npx prisma generate and npx prisma db push before starting my server right? where should I do that? as part of my Kubernetes manifest? or Dockerfile? I should also have another service for the database, and how can I guarantee that my database service has executed before my server?
The text was updated successfully, but these errors were encountered:
Hi,
It would be nice to know how exactly to deploy Prisma to a local Kubernetes development cluster (it's Docker k8s or KinD) in here:
https://www.prisma.io/docs/orm/prisma-client/deployment/deploy-prisma
I honestly not sure how to do so,
I should execute
npx prisma generate
andnpx prisma db push
before starting my server right? where should I do that? as part of my Kubernetes manifest? or Dockerfile? I should also have another service for the database, and how can I guarantee that my database service has executed before my server?The text was updated successfully, but these errors were encountered: