Skip to content

Commit 3025cfd

Browse files
committed
change workidr for nmap log path
1 parent 4ae3fe8 commit 3025cfd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@ RUN git clone https://github.com/Manisso/fsociety.git \
1515
&& chmod +x install.sh \
1616
&& ./install.sh
1717

18+
# Change workdir
19+
WORKDIR /root/.fsociety/
20+
1821
# Hack to keep the container running
1922
CMD python -c "import signal; signal.pause()"

0 commit comments

Comments
 (0)