From 8416b92a8d0e06e1c2668739035f97036947d226 Mon Sep 17 00:00:00 2001 From: Valmo Date: Tue, 30 Jun 2026 02:19:49 -0300 Subject: [PATCH] added params to bin --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index dedf9bc..cb0543c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,10 @@ WORKDIR /app COPY Cargo.toml Cargo.lock ./ COPY src ./src +COPY cidrs.txt ./cidrs.txt +COPY camfinder-open-rtsp.csv ./camfinder-open-rtsp.csv +COPY rtsp_paths.txt ./rtsp_paths.txt +COPY main_ids.json ./main_ids.json RUN cargo build --release