Skip to content

Commit

Permalink
Merge branch 'master' into feature/kuber-node
Browse files Browse the repository at this point in the history
  • Loading branch information
BennieMeng authored Nov 1, 2019
2 parents 1df231c + c8df62e commit 96d7766
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hack/build/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
# build server
FROM q8sio/wayne-server-builder:v1.0.2 as backend

COPY ../../../go.mod /go/src/github.com/Qihoo360/wayne
COPY ../../../go.sum /go/src/github.com/Qihoo360/wayne
COPY go.mod /go/src/github.com/Qihoo360/wayne
COPY go.sum /go/src/github.com/Qihoo360/wayne

COPY ../../../src/backend /go/src/github.com/Qihoo360/wayne/src/backend
COPY src/backend /go/src/github.com/Qihoo360/wayne/src/backend

RUN export GO111MODULE=on && \
export GOPROXY=https://goproxy.io && \
Expand Down

0 comments on commit 96d7766

Please sign in to comment.