Sorry for the noob question: the prisma docker exa...
# orm-help
k
Sorry for the noob question: the prisma docker examples use dockercompose. I've searched for tutorials on how to deploy docker containers to cloud providers like heroku, but they all require a Dockerfile. Is it possible to create a Dockerfile from the
image
prismagraphql/prisma:1.13
?
m
a Dockerfile is used to create docker image. So just skip the image building part in the tutorials. The image is ready to be used.
k
In the end I want to deploy the docker container to a cloud provider. The tutorials/resources I found expect a Dockerfile for this. How can I deploy a container to heroku/now.sh created using docker-compose?
d
now.sh doesn't support docker-compose
As for Heroku why not just use the instant deployment: https://www.prisma.io/blog/heroku-integration-homihof6eifi/
k
Thanks, I tried it and it works, just wanted to explore other cloud providers but I should probably stick to the instant version 🙂 One question: is it possible to upgrade the heroku server for the latest prisma version?
d
🤷🏻‍♂️ not sure. I would guess so.