Skip to content

Commit 9bed2f2

Browse files
committed
Docker: fix docker context
1 parent 9a104ca commit 9bed2f2

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
@@ -70,7 +70,7 @@ RUN git clone https://github.com/IDMEFv2/python-idmefv2 \
7070
# Switch to Slips installation dir on login.
7171
WORKDIR ${SLIPS_DIR}
7272

73-
COPY P2P-image $SLIPS_DIR
73+
COPY . $SLIPS_DIR
7474

7575
RUN pip install --ignore-installed --no-cache-dir -r install/requirements.txt \
7676
&& chmod 774 slips.py \

0 commit comments

Comments
 (0)