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

https://github.com/frankcash/flask-docker-example

An example app using both Flask and Docker
https://github.com/frankcash/flask-docker-example

docker flask python

Last synced: 3 months ago
JSON representation

An example app using both Flask and Docker

Awesome Lists containing this project

README

          

# Flask / Docker Example

An example repo to get a web server running inside of Docker.

## Running

```
$ make build
$ make run
```