diff --git a/Dockerfile b/Dockerfile index c3befdc..9ed96c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM golang:1.9 WORKDIR /go/src/fluux.io/xmpp COPY . ./ -# RUN go get \ No newline at end of file +RUN go get \ No newline at end of file