Do not copy pkg directory in Dockerfile
Signed-off-by: Ryan Richard <richardry@vmware.com>
This commit is contained in:
parent
617c5608ca
commit
8fe031e73d
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user