cargo path fix

This commit is contained in:
Shihaam Abdul Rahman 2022-09-24 04:07:06 +05:00
parent 108171f8be
commit 50ef4c58d9
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

View File

@ -9,7 +9,7 @@ RUN apt update \
RUN curl https://sh.rustup.rs -o rust \
&& sh rust -y
RUN /bin/bash -c "cargo build --release"
RUN /root/.cargo/bin/cargo build --release
RUN apt purge curl build-essential libssl-dev pkg-config cargo -y
RUN mv /root/target/release/bml_proxy .