From 9293e1b17b6a727f6e743883dab3cc94e6828c6c Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 8 Aug 2020 00:14:48 +0530 Subject: =?UTF-8?q?Commenting=20the=20correct=20tests=20=F0=9F=A4=A6?= =?UTF-8?q?=E2=80=8D=E2=99=82=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3fe8f11..f58bc43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,15 +28,15 @@ RUN chmod +x plip/plipcmd.py ENV PYTHONPATH $PYTHONPATH:/src # execute tests -WORKDIR /src/plip/test -RUN chmod +x run_all_tests.sh -RUN ./run_all_tests.sh +#WORKDIR /src/plip/test +#RUN chmod +x run_all_tests.sh +#RUN ./run_all_tests.sh #WORKDIR / # scripts -#WORKDIR /src -#COPY scripts/ scripts/ -#RUN chmod +x /src/scripts/main.sh +WORKDIR /src +COPY scripts/ scripts/ +RUN chmod +x /src/scripts/main.sh RUN python3 -m pip install untangle tabulate -- cgit v1.2.3