Skip to content

Commit

Permalink
fix: Give a full path in Dockerfile ENTRYPOINT
Browse files Browse the repository at this point in the history
Container runtimes can't find their entrypoint because the search path?

Issue: #880
  • Loading branch information
jaqx0r authored Jun 12, 2024
1 parent bb5920e commit d85efba
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 d85efba

Please sign in to comment.
  NODES
Community 1
Note 1
os 6
text 1
Users 1
web 1