Docker build setup
This adds a Dockerfile
so that a docker container can be built for the project. In addition, I had to change the listen address to 0.0.0.0
so connections to the container worked and I added support for catching the signal for CTRL
-C
inside the container so that when you are running the container for testing purposes you can easily stop it.