From 4d28ea0c0b5e5d2e7a1712b29eb4f91b85e5bdc5 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Tue, 7 Jul 2020 21:15:12 +0530 Subject: DeepSource DOK-DL3020 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 78890d7..32fbc30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y \ # copy PLIP source code WORKDIR /src -ADD plip/ plip/ +COPY plip/ plip/ RUN chmod +x plip/plipcmd.py ENV PYTHONPATH $PYTHONPATH:/src @@ -35,7 +35,7 @@ RUN ./run_all_tests.sh # scripts WORKDIR /src -ADD scripts/ scripts/ +COPY scripts/ scripts/ RUN chmod +x /src/scripts/main.sh RUN python3 -m pip install untangle tabulate -- cgit v1.2.3