From 37f834b196401b6cbca33956b28b43a00002dc98 Mon Sep 17 00:00:00 2001 From: Shiham Abdul Rahman Date: Sat, 24 Sep 2022 04:19:43 +0500 Subject: [PATCH] tash removal --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2bfb063..316615e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,5 @@ 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 . -RUN rm -rf Cargo.lock Dockerfile docker-compose.yml rustup .cargo target .git .gitignore .rustup +RUN rm -rfv Cargo.lock Cargo.toml .bashrc libs rust src Dockerfile docker-compose.yml rustup .cargo target .git .gitignore .rustup CMD ["./bml_proxy"]