1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-10-04 01:17:49 +08:00

Change import statements accordingly

This commit is contained in:
Jonathan Leibiusky @xetorthio
2017-05-08 15:35:42 -03:00
parent bcf0c5cb4c
commit 24f8c9fc62
16 changed files with 22 additions and 25 deletions

View File

@@ -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 ./...