diff options
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 |