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 14, 2025
1 parent bce1651 commit a04757c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/feast-operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ RUN go mod download

USER root

RUN pwd && echo sdfljsdfljksdfljk
RUN ls && echo sdfljsdfljksdfljk

# Copy the go source
COPY cmd/ cmd/
RUN ls && echo sdfljsdfljksdfljk
COPY api/ api/
COPY internal/ internal/

Expand Down

0 comments on commit a04757c

Please sign in to comment.