Another noobish question. How do I deploy my Prism...
# orm-help
e
Another noobish question. How do I deploy my Prisma server (followed the step by step in the docs) to say Now or Heroku etc? Do I need to create a
Dockerfile
?
Here are some tutorials for you
e
Hmmm these don't seem to follow on from the step by step here for creating a New Database with MongoDB: https://www.prisma.io/docs/get-started/01-setting-up-prisma-new-database-JAVASCRIPT-a002/
h
Are you trying to use mongo?
e
Yup, Im using mongo and its working locally
Locally i have Docker running using the
docker-compose.yml
file