Skip to content

Docker build setup

Jason Heard requested to merge docker-build into master

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.

Merge request reports