mirror of
https://github.com/uditkarode/bml-proxy.git
synced 2025-04-20 01:27:06 +00:00
cargo path fix
This commit is contained in:
parent
108171f8be
commit
50ef4c58d9
@ -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 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user