aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-09-11 17:26:17 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-09-11 17:26:17 +0530
commit65bdfcb7877fb0fe4ed4f4823572a839f8925f49 (patch)
tree3f52e5656afca86cd8be21515ec0e1cbde7d788d
parent63347c305ce7d4ff26a04517a356089696fb61c8 (diff)
removing test files after use UwU
-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"]