diff --git a/Dockerfile b/Dockerfile index 8cafc1f..4db01b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,5 +6,3 @@ RUN pip install mygeotab # Copy the tests directory into the image COPY tests/ /tests/ -# Ensure the test script is executable -RUN chmod +x /tests/runtests.sh