Skip to content

Commit a04757c

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

infra/feast-operator/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ RUN go mod download
1313

1414
USER root
1515

16+
RUN pwd && echo sdfljsdfljksdfljk
1617
RUN ls && echo sdfljsdfljksdfljk
1718

1819
# Copy the go source
1920
COPY cmd/ cmd/
21+
RUN ls && echo sdfljsdfljksdfljk
2022
COPY api/ api/
2123
COPY internal/ internal/
2224

0 commit comments

Comments
 (0)