Skip to content

Commit 003f9ee

Browse files
committed
Try to fix "/cmd/main.go": no such file or directory
Signed-off-by: Theodor Mihalache <[email protected]>
1 parent a84c4f8 commit 003f9ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

infra/feast-operator/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ COPY go.sum go.sum
1111
# and so that source changes don't invalidate our downloaded layer
1212
RUN go mod download
1313

14+
# Copy the go source
15+
COPY ["Makefile", "./"]
16+
1417
# Copy the go source
1518
COPY cmd/ cmd/
1619
COPY api/ api/

0 commit comments

Comments
 (0)