Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 914 Bytes

Deploy.md

File metadata and controls

38 lines (29 loc) · 914 Bytes
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