Update Dockerfile
martin61
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user