Skip to content

Commit 9d6525a

Browse files
authored
Fix image build issue cause by #542 move controllers into pkg (#568)
1 parent 99c4255 commit 9d6525a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ RUN GOPROXY=direct go mod download
1414
# Copy the go source
1515
COPY cmd/aws-application-networking-k8s/main.go main.go
1616
COPY pkg/ pkg/
17-
COPY controllers/ controllers/
1817
COPY scripts scripts
1918

2019
# Build

0 commit comments

Comments
 (0)