Permalink
Switch branches/tags
Nothing to show
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
11 lines (7 sloc) 269 Bytes
FROM rust
RUN rustup target install x86_64-unknown-linux-musl
VOLUME /usr/local/cargo/registry/
ADD Cargo.toml src /src/
WORKDIR /src
CMD cargo build --target x86_64-unknown-linux-musl --release \
&& strip target/x86_64-unknown-linux-musl/release/wait-for-postgres