DEV Community

Discussion on: How to Dockerize a Node app and deploy to Heroku

Collapse
 
easyrun32 profile image
easyrun32 • Edited

ey nice tut idk if things changed but this is what u wanna do at the end

heroku container:release web --app <YOUR_APP_NAME>
Collapse
 
pacheco profile image
Thiago Pacheco

Thank you!

I guess if you are already in the context of your heroku app in your terminal, you don't really need to pass the --app tag.

Collapse
 
easyrun32 profile image
easyrun32

Yeah i tried doing that without the —app tag and it said use -a or - app /: but its ok i got it to work! Thx loads m8