Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 374 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 374 Bytes

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