rounayak / Production-Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nginx-gunicorn-flask

This repository contains files necessary for building a Docker image of Nginx + Gunicorn + Flask.

Base Docker Image

Installation

  1. Install Docker.

  2. Download automated build from public Docker Hub Registry:

docker pull danriti/nginx-gunicorn-flask

Usage

docker run -d -p 80:80 danriti/nginx-gunicorn-flask

After few seconds, open http://<host> to see the Flask app.

About

License:GNU General Public License v3.0


Languages

Language:Dockerfile 78.4%Language:Python 21.6%