We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83fef96 commit 5ca3c67Copy full SHA for 5ca3c67
Dockerfile
@@ -3,5 +3,5 @@ ENV CGO_ENABLED=0
3
RUN go get github.com/mingrammer/flog
4
5
FROM scratch
6
-COPY --from=0 /go/bin/flog /flog
7
-CMD ["/flog"]
+COPY --from=0 /go/bin/flog /bin/flog
+ENTRYPOINT ["flog"]
0 commit comments