Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 393 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 393 Bytes

Git training repo

A temporary repo for training people on some git basics when working in a team

How to use

  1. Clone this repo
  2. From the root of this project folder, run 'docker build -t git-training/flask:latest .'
  3. From the root of this project folder, run 'docker run -p 5000:5000 git-training/flask'
  4. Open your browser and browse to the flask website at http://127.0.0.1:5000