This repository contains files necessary for building a Docker image of Nginx + Gunicorn + Flask.
-
Install Docker.
-
Download automated build from public Docker Hub Registry:
docker pull danriti/nginx-gunicorn-flaskdocker run -d -p 80:80 danriti/nginx-gunicorn-flaskAfter few seconds, open http://<host> to see the Flask app.