fblog 4.15.0

json log viewer
1
2
3
4
5
6
FROM scratch

ADD ./target/x86_64-unknown-linux-musl/release/fblog /fblog

ENTRYPOINT ["/fblog"]
CMD []