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.
- Host: GitHub
- URL: https://github.com/robertoachar/docker-python-flask
- Owner: robertoachar
- License: mit
- Created: 2017-11-10T15:04:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T18:21:27.000Z (over 8 years ago)
- Last Synced: 2025-04-07T10:25:01.912Z (about 1 year ago)
- Topics: docker, docker-compose, flask, live-reload, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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