We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae3fe8 commit 3025cfdCopy full SHA for 3025cfd
Dockerfile
@@ -15,5 +15,8 @@ RUN git clone https://github.com/Manisso/fsociety.git \
15
&& chmod +x install.sh \
16
&& ./install.sh
17
18
+# Change workdir
19
+WORKDIR /root/.fsociety/
20
+
21
# Hack to keep the container running
22
CMD python -c "import signal; signal.pause()"
0 commit comments