Skip to content

Commit

Permalink
Try to fix "/cmd/main.go": no such file or directory
Browse files Browse the repository at this point in the history
Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
  • Loading branch information
tmihalac committed Jan 10, 2025
1 parent a84c4f8 commit 003f9ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions infra/feast-operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ COPY go.sum go.sum
# and so that source changes don't invalidate our downloaded layer
RUN go mod download

# Copy the go source
COPY ["Makefile", "./"]

# Copy the go source
COPY cmd/ cmd/
COPY api/ api/
Expand Down

0 comments on commit 003f9ee

Please sign in to comment.