Containerize chat-bot component with a Dockerfile
As a developer, I want the ability to locally stand-up the chat-bot component easily, So that I can quickly have a working development environment .
Might consider packaging the application as a container image (i.e. Docker).
Docker is definitely going to be happening soon. I'm undecided on what I want the scope of this repo to be in the context of the rest of the project, but once I move some things around, containerizing will be one of the first things. Leaving this issue open, but editing the title to include "Docker".
I suppose the easiest fix would be to simply move the chat bot to a folder and at least containerize that. I'll knock that out here shortly. Thanks!
provide docker-compose script too!