We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a290b commit d6f090cCopy full SHA for d6f090c
docker/Dockerfile
@@ -29,7 +29,7 @@ RUN mkdir /opt/xml && mkdir /opt/notes && \
29
30
RUN pip3 install Django requests xmltodict && \
31
cd /opt/ && django-admin startproject nmapdashboard && cd /opt/nmapdashboard && \
32
- git clone https://github.com/SabyasachiRan/WebMap.git nmapreport && \
+ git clone https://github.com/SabyasachiRana/WebMap.git nmapreport && \
33
cd nmapreport && git checkout /master
34
35
COPY settings.py /opt/nmapdashboard/nmapdashboard/
0 commit comments