aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Dodrill <xena@yolo-swag.com>2015-08-20 08:35:22 -0700
committerChristine Dodrill <xena@yolo-swag.com>2015-08-20 08:35:22 -0700
commit2c305fc7777f8c1e2a095032c51d0e26beb75c40 (patch)
tree8372bf7ac6e04f8aa196bcd58ad6f57d1c4dd29b
parente95c6ff82eeac4d7e643eed9a67b0401826e392c (diff)
downloadx-2c305fc7777f8c1e2a095032c51d0e26beb75c40.tar.xz
x-2c305fc7777f8c1e2a095032c51d0e26beb75c40.zip
Add dockerfile
-rw-r--r--irc/splatbot/Dockerfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/irc/splatbot/Dockerfile b/irc/splatbot/Dockerfile
new file mode 100644
index 0000000..a54edf0
--- /dev/null
+++ b/irc/splatbot/Dockerfile
@@ -0,0 +1,6 @@
+FROM golang:1.4.2
+
+ADD . /go/src/github.com/Xe/tools/irc/splatbot
+RUN go get github.com/Xe/tools/irc/splatbot/...
+
+CMD splatbot