tash removal

This commit is contained in:
Shihaam Abdul Rahman 2022-09-24 04:19:43 +05:00
parent 50ef4c58d9
commit 37f834b196
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

View File

@ -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"]