Do you want to implement a Flask framework and ship it by a Docker container? This repo helps you solve this problem. I also wrote an article on Medium.com about this project (german language).
You need Python 3.6 and Docker. Other modules are referenced in my requirements.txt
- Python 3.6
- Docker
pip install -r requirements.txt- Run via
python app.py
This project is licensed under the MIT License - see the LICENSE.md file for details