Fig.
This commit is contained in:
parent
50c09481ec
commit
16e742fcd7
5 changed files with 59 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue