Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
FROM ubuntu:22.04
ARG TEST_BINARY
COPY $TEST_BINARY /usr/local/bin/testplan
ENV RUST_BACKTRACE=1
ENTRYPOINT ["testplan"]