diff --git a/Dockerfile b/Dockerfile index 004af85..4dcb6fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ WORKDIR /app COPY . . # Build the Rust project -RUN cargo rustc --release -- -C target-feature=+crt-static +RUN cargo build --release # Second stage: Create a smaller runtime image FROM debian:buster-slim