aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile12
1 files 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