This is a dummy implementation of the TA API.
docker build -t dummy-ta .
docker run -p 5000:5000 dummy-ta
Verify that the service is running by visiting http://localhost:5000/api/hello in your browser.
docker stop $(docker ps -q --filter ancestor=dummy-ta)