Skip to content

jkrup/docker-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker-Up

Deploy your docker container to a heroku instance in one line.

Usage

docker-up

This will automatically run the following commands:

heroku create
heroku container:login
heroku container:push web -a APP_NAME
heroku container:release web -a APP_NAME

docker-up -u | --update

This will only run:

heroku container:login
heroku container:push web -a APP_NAME
heroku container:release web -a APP_NAME

More Info

For more info read this blog post: https://medium.com/@justkrup/deploy-a-docker-container-free-on-heroku-5c803d2fdeb1

About

Deploy a docker container on heroku in one line

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published