Silly question because I'm new to Heroku and Docke...
# orm-help
l
Silly question because I'm new to Heroku and Docker. What command(s) do I need to upgrade my Prisma container? Or do I change my docker-compose.yml and
prisma deploy
?
a
Think you should be fine with
prisma deploy
setting the right endpoimt
l
But that wouldn't upgrade the container on a local deployment without running
docker-compose pull && docker-compose up -d
, so what changed with Heroku and
prisma deploy
?