feat: docker support
This commit is contained in:
parent
9c41fa761f
commit
2b45e3f1c8
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
FROM scratch
|
||||||
|
MAINTAINER Yaser Hsueh
|
||||||
|
WORKDIR /
|
||||||
|
COPY target/x86_64-unknown-linux-musl/release/echo-ip .
|
||||||
|
ENTRYPOINT ["/echo-ip"]
|
Loading…
Reference in New Issue
Block a user