diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-08-08 00:14:48 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-08 00:14:48 +0530 |
commit | 9293e1b17b6a727f6e743883dab3cc94e6828c6c (patch) | |
tree | d0003bb8f62e1e1132be3ee40ad3bfda50584791 /Dockerfile | |
parent | f2548f7a5c36b289552a807b671d861b11357841 (diff) |
Commenting the correct tests 🤦♂️
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |