From 3d7de9b223589f3ea6ec34cb889a8afe92921c31 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 3 Nov 2013 00:54:32 +0000 Subject: [PATCH] Added further information to the README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1412d9f..4409af5 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,16 @@ emdr-relay-go-docker Simple Dockerfile to build a EMDR Relay from the current github code. +Overview +-------- + +This grabs the build requirements and uses the example configuration files to start a EMDR Relay instance on port `8050` managed by Supervisor. + +Build +----- + +Run `docker build -t "nikdoof/emdr-relay-go" .` from the repository directory. + Todo ----