/hello-ta

Hello Technical Agility

Primary LanguageShellMIT LicenseMIT

hello-ta

Hello Technical Agility

Dependencies

python3 (including pip3)

pip3 install -r requirements.txt

Running

./run.py

open http://localhost:8000

Docker

Building the container

docker build -t hello-ta .

Running the container

docker run --rm=true --publish 8080:8000 hello-ta

open http://localhost:8080

NOTE: Port 8000 is running inside the container, but exposed locally as 8080

CI Tests

There is a pre-commit hook to check for secrets based on: https://github.com/Yelp/detect-secrets