Files
rust-libp2p/test-plans/Dockerfile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
113 B
Docker
Raw Normal View History

FROM ubuntu:latest
COPY target/release/ping /usr/local/bin/testplan
ENV RUST_BACKTRACE=1
ENTRYPOINT ["testplan"]