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

https://github.com/robertoachar/docker-python-flask

:whale: A playground for Docker with Python and Flask.
https://github.com/robertoachar/docker-python-flask

docker docker-compose flask live-reload python

Last synced: 11 months ago
JSON representation

:whale: A playground for Docker with Python and Flask.

Awesome Lists containing this project

README

          

# docker-python-flask

[![License][license-badge]][license-url]

> A playground for Docker with Python and Flask.

# Development

* Cloning the repo

```bash
$ git clone https://github.com/robertoachar/docker-python-flask.git
```

# Docker

* Build image

```bash
$ docker-compose build
```

* Start containers

```bash
$ docker-compose up
```

* Stop containers

```bash
$ docker-compose down
```

# Author

[Roberto Achar](https://twitter.com/robertoachar)

# License

[MIT](https://github.com/robertoachar/docker-python-flask/blob/master/LICENSE)

[license-badge]: https://img.shields.io/github/license/robertoachar/docker-python-flask.svg
[license-url]: https://opensource.org/licenses/MIT