An open API service indexing awesome lists of open source software.

https://github.com/azavea/docker-flask

Base Docker image for Flask and Gunicorn.
https://github.com/azavea/docker-flask

docker flask gunicorn

Last synced: 6 months ago
JSON representation

Base Docker image for Flask and Gunicorn.

Awesome Lists containing this project

README

          

# docker-flask

This repository contains a collection of templated `Dockerfile` for image variants designed to support Flask through the Gunicorn WSGI HTTP server.

## Usage

### Template Variables

- `PYTHON_VERSION` - Python interpreter version
- `VARIANT` - Base container image variant

### Testing

An example of how to use `cibuild` to build and test an image:

```bash
$ CI=1 VERSION=1.1 PYTHON_VERSION=3.7 VARIANT=alpine \
./scripts/cibuild
```