Fix: add src to correct root path.

pull/6/head
Matthias Luebken 2016-02-20 23:25:03 +01:00
parent 6fe13ab726
commit 90c89e15b6
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
FROM golang:latest
ADD . /gopath/src/github.com/GoogleCloudPlatform/kubernetes/examples/guestbook-go/_src
ADD . /go/src/github.com/GoogleCloudPlatform/kubernetes/examples/guestbook-go/_src
WORKDIR /go/src/github.com/GoogleCloudPlatform/kubernetes/examples/guestbook-go/
RUN cd _src/ && go get && go build -o ../bin/guestbook