FROM scratch MAINTAINER Yaser Hsueh WORKDIR / COPY target/x86_64-unknown-linux-musl/release/echo-ip . ENTRYPOINT ["/echo-ip"]