We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac9161 commit f263817Copy full SHA for f263817
1 file changed
logger/Dockerfile
@@ -1,7 +1,7 @@
1
-FROM deis/go:latest
+FROM golang:1.3
2
3
WORKDIR /go/src/github.com/deis/deis/logger
4
-CMD /go/bin/syslogd
+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
0 commit comments