This repo contains an basic dockerfile with python and some basic extensions like mysql and flask
Here you can add additional extensions which are requierd by python
Place all your python code in this directory
There is already some code in this directory which is an example of an Flask webserver which lets you sign up on the website. The data would be stored in a database.
This file will define the docker container image.
Run this to build the image for an container:
docker build -t <imagename> .