diff --git a/Dockerfile b/Dockerfile index 3bbfac6..fc96d6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,4 @@ FROM alpine:latest WORKDIR /app COPY ./target/release/network-monitor . -CMD ["./network-monitor"] +CMD ["/app/network-monitor"]