github.com/inflatablewoman/deis@v1.0.1-0.20141111034523-a4511c46a6ce/logger/Dockerfile (about)

     1  FROM golang:1.3
     2  
     3  WORKDIR /go/src/github.com/deis/deis/logger
     4  CMD /go/bin/logger
     5  
     6  ADD . /go/src/github.com/deis/deis/logger
     7  RUN CGO_ENABLED=0 go get -a -ldflags '-s' github.com/deis/deis/logger