Skip to content

Commit

Permalink
Docker: fix docker context
Browse files Browse the repository at this point in the history
  • Loading branch information
AlyaGomaa committed Sep 30, 2024
1 parent 9a104ca commit 9bed2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN git clone https://github.com/IDMEFv2/python-idmefv2 \
# Switch to Slips installation dir on login.
WORKDIR ${SLIPS_DIR}

COPY P2P-image $SLIPS_DIR
COPY . $SLIPS_DIR

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

0 comments on commit 9bed2f2

Please sign in to comment.