From 50ef4c58d9d03bad762e3468641c440c02474bec Mon Sep 17 00:00:00 2001 From: Shiham Abdul Rahman Date: Sat, 24 Sep 2022 04:07:06 +0500 Subject: [PATCH] cargo path fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 54d3d3e..2bfb063 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 .