I've been working on my Prisma DB for a week now, ...
# orm-help
s
I've been working on my Prisma DB for a week now, Great fun! 🙂 I need help understanding how to run it in production.. Right now I run it with yarn dev. And if I dont use this the endpoint goes straight to the cluster which is not so good.. How do I run it on my pc in "production mode" ?
Maybe I need to add some command in the docker-compose file?