mirror of https://github.com/k3s-io/k3s
Fix: add src to correct root path.
parent
6fe13ab726
commit
90c89e15b6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue