diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..6ed272c --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM scratch +COPY target/x86_64-unknown-linux-musl/release/solana_scanner / +WORKDIR / +ENTRYPOINT [ "/notification_tool" ] \ No newline at end of file