added params to bin
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user