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
"heroku container:push -a docker-nodejs-app web" works for me, instead of "heroku container:push web".
Ofir Aghai
"heroku container:release -a docker-nodejs-app web", instead of "heroku container:push web". -> for release part