Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 042df8a

Browse files
committed
Update Dockerfile for multi-api support
1 parent c555747 commit 042df8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN go mod download
1111

1212
# Copy the go source
1313
COPY main.go main.go
14-
COPY api/ api/
14+
COPY apis/ apis/
1515
COPY controllers/ controllers/
1616

1717
# Build

0 commit comments

Comments
 (0)