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
- Host: GitHub
- URL: https://github.com/frankcash/flask-docker-example
- Owner: frankcash
- License: mit
- Created: 2017-07-25T18:57:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-24T13:29:41.000Z (almost 9 years ago)
- Last Synced: 2025-10-24T02:34:40.702Z (9 months ago)
- Topics: docker, flask, python
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```