Skip to content

Commit

Permalink
Merge pull request #136 from nicolehanjing/nicoleh-fix
Browse files Browse the repository at this point in the history
Fix Dockerfile to add files in /pkg folder
  • Loading branch information
k8s-ci-robot authored Sep 30, 2020
2 parents 0dc71eb + 26b35a7 commit 9a026c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ ARG GOPROXY
WORKDIR /build
COPY go.mod go.sum ./
COPY cmd/ cmd/
COPY pkg/ pkg/
COPY Makefile ./Makefile
ENV CGO_ENABLED=0
ENV GOPROXY ${GOPROXY:-https://proxy.golang.org}
Expand Down

0 comments on commit 9a026c6

Please sign in to comment.