Simple Dockerfile to build a EMDR Relay from the current github code.
This grabs the build requirements and uses the example configuration files to start a EMDR Relay instance on port 8050 managed by Supervisor.
8050
The container image is available on the public Docker index.
docker pull nikdoof/emdr-relay-go
docker run nikdoof/emdr-relay-go
Run docker build -t "nikdoof/emdr-relay-go" . from the repository directory.
docker build -t "nikdoof/emdr-relay-go" .