aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 26359ec..33239ee 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -42,8 +42,10 @@ RUN python3 -m pip install untangle tabulate
WORKDIR /src/plip/test
RUN chmod +x run_all_tests.sh
RUN ./run_all_tests.sh
-WORKDIR /src
+# remove test files
+WORKDIR /src
+RUN rm -r /src/plip/test
# set entry point to plipcmd.py
#ENTRYPOINT ["python3", "/src/plip/plipcmd.py"]