A simple chatbot API for presentation at Cognizant Technologies
cd cogswell
docker image build --tag doclock17/cogswell:1.0 .
docker container run -d -p 5000:5000 --name cogswell doclock17/cogswell:1.0
docker ps -a docker container ls --all
docker container rm --force cogswell docker rm $(docker ps --filter status=exited -q) docker image prune