Skip to content

Commit

Permalink
Merge pull request #881 from google/jaqx0r-patch-1
Browse files Browse the repository at this point in the history
fix: Give a full path in Dockerfile ENTRYPOINT
  • Loading branch information
jaqx0r committed Jun 12, 2024
2 parents bb5920e + d85efba commit d615d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM scratch
COPY mtail mtail
ENTRYPOINT ["mtail"]
COPY mtail /mtail
ENTRYPOINT ["/mtail"]
EXPOSE 3903
WORKDIR /tmp

0 comments on commit d615d9a

Please sign in to comment.