Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 675 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 675 Bytes

docker-gunicorn-example

Build Status

Using Gunicorn to serve a Flask app in a Docker container

To run (at port 8080):

docker run -p 8080:8080 macinv/gunicorn-example