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 9a104ca commit 9bed2f2Copy full SHA for 9bed2f2
docker/Dockerfile
@@ -70,7 +70,7 @@ RUN git clone https://github.com/IDMEFv2/python-idmefv2 \
70
# Switch to Slips installation dir on login.
71
WORKDIR ${SLIPS_DIR}
72
73
-COPY P2P-image $SLIPS_DIR
+COPY . $SLIPS_DIR
74
75
RUN pip install --ignore-installed --no-cache-dir -r install/requirements.txt \
76
&& chmod 774 slips.py \
0 commit comments