Hey there, got some little questions:
What is the best service (Heroku, google cloud, etc.) for deploying a prisma service for free?
I always get problems with heroku because the services are falling asleep after a while. Means i can't deploy to that service for a while, fetch data, etc.
I also use Prisma cloud with the heroku binding to deploy my services. I didn't need to use docker for this, however i somehow feel that's not good practice. Would it be better to use docker even though i use the heroku - prisma cloud binding? (i think using docker would give me the option to deploy to any Webservice right?). I'm still fresh to this topic 🙂