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