Added test CIDRS

This commit is contained in:
2026-06-29 05:08:27 -03:00
parent 0f1c867771
commit 9dce723945
2 changed files with 177 additions and 0 deletions
+1
View File
@@ -13,5 +13,6 @@ RUN apt-get update \
WORKDIR /app
COPY --from=builder /app/target/release/camfinder /usr/local/bin/camfinder
COPY cidrs.txt /app/cidrs.txt
ENTRYPOINT ["camfinder"]