Update Dockerfile
Some checks failed
ci / main (push) Failing after 1m30s

This commit is contained in:
gitea_admin 2024-10-25 08:35:44 +00:00
parent ae48645bee
commit 901bba0cf2

View File

@ -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