diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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"] |