A temporary repo for training people on some git basics when working in a team
- Clone this repo
- From the root of this project folder, run 'docker build -t git-training/flask:latest .'
- From the root of this project folder, run 'docker run -p 5000:5000 git-training/flask'
- Open your browser and browse to the flask website at http://127.0.0.1:5000