Skip to content

Commit 4dfa3ec

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

infra/feast-operator/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ USER root
1515

1616
COPY ["Makefile", "./"]
1717

18-
RUN pwd && echo sdfljsdfljksdfljk
19-
RUN ls && echo sdfljsdfljksdfljk
18+
RUN pwd && echo sdfljsdfljksdfljk1
19+
RUN ls && echo sdfljsdfljksdfljk1
20+
RUN ls /tmp/build/inputs && echo sdfljsdfljksdfljk1
2021

2122
# Copy the go source
2223
COPY cmd/ cmd/

0 commit comments

Comments
 (0)