github.com/Bio-core/jtree@v0.0.0-20190705165106-1d7a7e7d6272/Dockerfile (about)

     1  FROM golang:1.12
     2  
     3  WORKDIR /go/src/github.com/Bio-core/jtree
     4  COPY . .
     5  
     6  RUN go get -d -v ./...
     7  RUN go install -v ./...
     8  RUN make build
     9  
    10  CMD /go/src/github.com/Bio-core/jtree/bin/jtree