added params to bin

This commit is contained in:
2026-06-30 02:19:49 -03:00
parent 5761deb298
commit 8416b92a8d
+4
View File
@@ -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