Skip to content

marmotte/hello-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-flask

Python Flask and honcho + gunicorn Test Program

PyPI

$ pip install Flask gunicorn honcho
$ pip freeze > requirements.txt 

Docker

$ docker build -t marmotte/hello-flask .
$ docker run -it --rm -p 5000:5000 --name hello-flask marmotte/hello-flask

About

Python Flask and honcho + gunicorn Test Program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published