Skip to content

Commit d615d9a

Browse files
authored
Merge pull request #881 from google/jaqx0r-patch-1
fix: Give a full path in Dockerfile ENTRYPOINT
2 parents bb5920e + d85efba commit d615d9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.goreleaser

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM scratch
2-
COPY mtail mtail
3-
ENTRYPOINT ["mtail"]
2+
COPY mtail /mtail
3+
ENTRYPOINT ["/mtail"]
44
EXPOSE 3903
55
WORKDIR /tmp

0 commit comments

Comments
 (0)