Change import statements accordingly
This commit is contained in:
@@ -4,9 +4,9 @@ FROM golang:1.7
|
||||
COPY Dockerfile.run /go/bin/Dockerfile
|
||||
COPY ./www /go/bin/www
|
||||
|
||||
COPY . /go/src/github.com/franela/play-with-docker
|
||||
COPY . /go/src/github.com/play-with-docker/play-with-docker
|
||||
|
||||
WORKDIR /go/src/github.com/franela/play-with-docker
|
||||
WORKDIR /go/src/github.com/play-with-docker/play-with-docker
|
||||
|
||||
RUN go get -v -d ./...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user