Update Dockerfile

martin61
This commit is contained in:
martin61
2016-01-24 12:45:25 +01:00
parent 5a6f17b3b4
commit 244fc4786b

View File

@@ -1,10 +1,10 @@
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