feat: docker support

This commit is contained in:
椰子 2023-01-08 02:45:02 +08:00
parent 9c41fa761f
commit 2b45e3f1c8

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM scratch
MAINTAINER Yaser Hsueh
WORKDIR /
COPY target/x86_64-unknown-linux-musl/release/echo-ip .
ENTRYPOINT ["/echo-ip"]