diff --git a/Dockerfile b/Dockerfile index 108586f..b9d4764 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ WORKDIR /app COPY . . RUN cargo build --target x86_64-unknown-linux-musl --release -FROM alpine +FROM scratch COPY --from=builder /app/target/x86_64-unknown-linux-musl/release/duf /bin/ ENTRYPOINT ["/bin/duf"] \ No newline at end of file