Skip to content

jveiga/flask_habitat_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

example flask app using habitat

# build directory
hab pkg build .

# install result
# note: jveiga is my pkg_origin, yours will probably be different ;)
hab install results/jveiga-mytutorialapp-0.0.1-20170525145213-x86_64-linux.hart

# run as is
hab start jveiga/mytutorialapp

# pkg as you want
hab pkg export docker jveiga/mytutorialapp

# run docker img
docker run -it -p 5000:5000 jveiga/mytutorialapp

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published