Added csv to docker image

This commit is contained in:
2026-06-30 01:13:48 -03:00
parent 29dfcf169c
commit 32ccdbec83
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -14,6 +14,7 @@ RUN apt-get update \
WORKDIR /app
COPY --from=builder /app/target/release/camfinder /usr/local/bin/camfinder
COPY cidrs.txt /app/cidrs.txt
COPY camfinder-open-rtsp.csv /app/camfinder-open-rtsp.csv
COPY rtsp_paths.txt /app/rtsp_paths.txt
COPY main_ids.json /app/main_ids.json