Skip to content
Snippets Groups Projects
Commit c779c12e authored by Zitnik, Anze's avatar Zitnik, Anze
Browse files

Fixed error (not updated filepath) in Dockerfile

parent 86ecd82c
Branches
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ RUN apt install -y nmap
COPY install/cleanup.sh /tmp/install/
RUN chmod +x /tmp/install/cleanup.sh && /tmp/install/cleanup.sh
COPY run-cscan.sh configure.py basic-config.json /service/
COPY run-cscan.sh configure.py config-examples/basic-config.json /service/
RUN chmod +x /service/run-cscan.sh
WORKDIR /service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment