Hi guys, Does anyone here know how to setup prope...
# orm-help
d
Hi guys, Does anyone here know how to setup properly prisma on win10 using docker toolbox? I can't find any documentation that will help to configure it the right way. Seems that the documentation on prisma page is for linux based os.
d
Hi. This problem is not about the Prisma. First, you should learn - how to build and run Linux based app using docker/docker-toolbox. And then try to run Prisma this way.
t
Just run prisma container from prisma project directory.
docker-compose up -d