This commit is contained in:
Matthew Dillon 2015-01-05 16:28:03 -09:00
parent 50c09481ec
commit 16e742fcd7
5 changed files with 59 additions and 4 deletions

View file

@ -1,7 +1,7 @@
FROM golang:1.3.1
FROM golang:1.4.0
ADD . /go/src/github.com/thermokarst/bactdb
RUN go get -d -v github.com/thermokarst/bactdb/cmd/bactdb
RUN go install github.com/thermokarst/bactdb/cmd/bactdb
ENTRYPOINT /go/bin/bactdb serve
CMD /go/bin/bactdb serve --keys=/bactdb/keys/
EXPOSE 8901