FROM scratch

ARG BINARY_PATH=rapidclient

COPY ${BINARY_PATH} /rapidclient

ENTRYPOINT ["/rapidclient"]
