added server; initial cluster state
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
parent
6fed0fa858
commit
562f1caa54
704 changed files with 361956 additions and 534 deletions
10
Dockerfile
Normal file
10
Dockerfile
Normal file
|
@ -0,0 +1,10 @@
|
|||
FROM golang:1.12 AS build
|
||||
ARG BUILD
|
||||
|
||||
WORKDIR /go/src/github.com/stellarproject/heimdall
|
||||
COPY . /go/src/github.com/stellarproject/heimdall
|
||||
RUN make
|
||||
|
||||
FROM alpine:latest
|
||||
COPY --from=build /go/src/github.com/stellarproject/heimdall/bin/* /bin/
|
||||
ENTRYPOINT ["/bin/heimdall"]
|
Loading…
Add table
Add a link
Reference in a new issue