Added csv to docker image
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user