For creating a production prisma server is the onl...
# orm-help
i
For creating a production prisma server is the only option using docker or setting up your own database?
h
Yes Prisma 1 currently only runs in docker(that is going to change with Prisma 2) Here are some tutorials they will help in deploying Prisma: https://www.prisma.io/tutorials/?tag=deployment
i
@Harshit Thank you!