Hello Technical Agility
python3 (including pip3)
pip3 install -r requirements.txt
./run.py
docker build -t hello-ta .
docker run --rm=true --publish 8080:8000 hello-ta
NOTE: Port 8000 is running inside the container, but exposed locally as 8080
There is a pre-commit hook to check for secrets based on: https://github.com/Yelp/detect-secrets