Hi guys, prisma 2 doesn’t have docker image? i wan...
# orm-help
s
Hi guys, prisma 2 doesn’t have docker image? i wanna make my backend project with docket and prisma 2. but prisma 2 image doesn’t exit in docker hub
r
Hey @sdy Prisma 2 is different from Prisma 1 in a way that you do not require a separate Docker container to run the prisma server. Now you just need to install
@prisma/cli
in your Node project to get started! https://www.prisma.io/docs/getting-started/setup-prisma/start-from-scratch-prisma-migrate
k
@sdy you can use the info suggested by @Ryan and create your own Docker image if you really require it.
👍 1