- Related Post section 7
- Heroku container docs
- Heroku CLI
- Serverless Container Python App
heroku create jupyter-resty
Replace
jupyter-resty
with the app name of your choosing
heroku container:login
docker tag jupyter-resty registry.heroku.com/jupyter-resty/web
docker push registry.heroku.com/jupyter-resty/web
Replace
jupyter-resty
with the app name of your choosing
heroku container:push --recursive
heroku container:push web if you have want to specificy a process
heroku container:release web
heroku run bash --type web
heroku open