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 83bf10d commit 4dfa3ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions infra/feast-operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ USER root

COPY ["Makefile", "./"]

RUN pwd && echo sdfljsdfljksdfljk
RUN ls && echo sdfljsdfljksdfljk
RUN pwd && echo sdfljsdfljksdfljk1
RUN ls && echo sdfljsdfljksdfljk1
RUN ls /tmp/build/inputs && echo sdfljsdfljksdfljk1

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

0 comments on commit 4dfa3ec

Please sign in to comment.