diff --git a/Dockerfile b/Dockerfile index 102e9cb..c415d38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,13 @@ FROM golang:1.4.2 # Copy the local package files to the container's workspace. -ADD . /go/src/github.com/MDrollette/i2p-tools +ADD . /go/src/github.com/martin61/i2p-tools # Make project CWD -WORKDIR /go/src/github.com/MDrollette/i2p-tools +WORKDIR /go/src/github.com/martin61/i2p-tools # Build everything RUN go get RUN go build -o /i2p-tools -CMD ["/i2p-tools"] \ No newline at end of file +CMD ["/i2p-tools"]