From 901bba0cf2827a5eda46add045fd05669a1105d7 Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Fri, 25 Oct 2024 08:35:44 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) 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