Flask application sample and its docker image definition.
Go to the main folder and execute the following command:
python app.py
make build
make run
docker container run -d -p 5000:5000 --name flask jeammyb/flask-app:latest
http://localhost:5000
Or
Format: http://localhost:5000/hello/{name}
http://localhost:5000/hello/jeammy