We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb5920e + d85efba commit d615d9aCopy full SHA for d615d9a
Dockerfile.goreleaser
@@ -1,5 +1,5 @@
1
FROM scratch
2
-COPY mtail mtail
3
-ENTRYPOINT ["mtail"]
+COPY mtail /mtail
+ENTRYPOINT ["/mtail"]
4
EXPOSE 3903
5
WORKDIR /tmp
0 commit comments