From 587a609761481486caf34118dcd01b1903a5247e Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Tue, 13 Jun 2023 23:08:30 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 17fffd2..63e7e26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,8 @@ COPY src /usr/src/app/src/ RUN touch /usr/src/app/src/main.rs +RUN rm /usr/src/app/target -rf + RUN cargo build #--target x86_64-unknown-linux-musl