diff --git a/Dockerfile b/Dockerfile index 5aeb39d..b1cff97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM rust:1-slim-buster WORKDIR /app -COPY ./target/release/network-monitor . +COPY ./target/x86_64-unknown-linux-musl/release/network-monitor . CMD ["/app/network-monitor"]