From 694a6ccb3365ca121ac4c778d9cd1700df6a61d6 Mon Sep 17 00:00:00 2001 From: "francisco.schulz" Date: Thu, 22 Jun 2023 12:03:09 +0200 Subject: [PATCH] copy test dir into container --- Dockerfile_tests | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile_tests b/Dockerfile_tests index 561aca7..0738ebf 100644 --- a/Dockerfile_tests +++ b/Dockerfile_tests @@ -21,6 +21,7 @@ RUN curl -sSL https://install.python-poetry.org | python3 - COPY ./data ./data COPY ./image_prediction ./image_prediction +COPY ./test ./test COPY pyproject.toml poetry.lock banner.txt config.yaml ./src ./ RUN poetry config virtualenvs.create false && \