/docker-gunicorn-example

Using gunicorn to serve flack in a Docker container

Primary LanguageShellMIT LicenseMIT

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