wait-for-them 0.5.1

Waits for TCP ports to be opened or for 200 status on http(s) urls
Documentation
1
2
3
4
5
6
7
FROM rust

WORKDIR /root/build

COPY . .

RUN cargo install --path .