Do not copy pkg directory in Dockerfile

Signed-off-by: Ryan Richard <richardry@vmware.com>
This commit is contained in:
Andrew Keesler 2020-10-15 13:31:16 -07:00 committed by Ryan Richard
parent 617c5608ca
commit 8fe031e73d
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ RUN go mod download
COPY generated ./generated COPY generated ./generated
COPY cmd ./cmd COPY cmd ./cmd
COPY internal ./internal COPY internal ./internal
COPY pkg ./pkg
COPY tools ./tools COPY tools ./tools
COPY hack ./hack COPY hack ./hack