diff options
-rw-r--r-- | Dockerfile | 8 | ||||
-rw-r--r-- | server.go (renamed from server/main.go) | 0 |
2 files changed, 8 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..8173e64 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,8 @@ +FROM golang:1.6 + +ADD . /go/src/github.com/nsheridan/cashier +WORKDIR /go/src/github.com/nsheridan/cashier + +RUN go install -v + +ENTRYPOINT /go/bin/cashier diff --git a/server/main.go b/server.go index bc460da..bc460da 100644 --- a/server/main.go +++ b/server.go |