echo-ip-rust/Dockerfile

6 lines
126 B
Docker
Raw Normal View History

2023-01-07 18:45:02 +00:00
FROM scratch
MAINTAINER Yaser Hsueh
WORKDIR /
COPY target/x86_64-unknown-linux-musl/release/echo-ip .
ENTRYPOINT ["/echo-ip"]