aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Dockerfile b/Dockerfile
index ae3143d..33239ee 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -39,13 +39,13 @@ RUN chmod +x /src/scripts/main.sh
RUN python3 -m pip install untangle tabulate
# 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
# remove test files
-#WORKDIR /src
-#RUN rm -r /src/plip/test
+WORKDIR /src
+RUN rm -r /src/plip/test
# set entry point to plipcmd.py
#ENTRYPOINT ["python3", "/src/plip/plipcmd.py"]