Skip to content

Commit d6f090c

Browse files
Update Dockerfile
1 parent 56a290b commit d6f090c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN mkdir /opt/xml && mkdir /opt/notes && \
2929

3030
RUN pip3 install Django requests xmltodict && \
3131
cd /opt/ && django-admin startproject nmapdashboard && cd /opt/nmapdashboard && \
32-
git clone https://github.com/SabyasachiRan/WebMap.git nmapreport && \
32+
git clone https://github.com/SabyasachiRana/WebMap.git nmapreport && \
3333
cd nmapreport && git checkout /master
3434

3535
COPY settings.py /opt/nmapdashboard/nmapdashboard/

0 commit comments

Comments
 (0)