How to host your Node app in a Docker Container on Heroku
Introduction
This is the third part of the series for Docker meets NodeJS.
We got to add a mongo database as a service and maybe you added a couple of endpoints to test it out, but the whole app is in runs locally and you might want to let the whole...
hashnode.bywachira.com
Ofir Aghai
"heroku container:release -a docker-nodejs-app web", instead of "heroku container:push web". -> for release part