Skip to content

Commit a84c4f8

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/feast-operator/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ COPY go.sum go.sum
1212
RUN go mod download
1313

1414
# Copy the go source
15-
COPY cmd/main.go cmd/main.go
15+
COPY cmd/ cmd/
1616
COPY api/ api/
17-
COPY internal/controller/ internal/controller/
17+
COPY internal/ internal/
1818

1919
# Build
2020
# the GOARCH has not a default value to allow the binary be built according to the host where the command

0 commit comments

Comments
 (0)