copy test dir into container

This commit is contained in:
francisco.schulz 2023-06-22 12:03:09 +02:00
parent 1d043f97fc
commit 694a6ccb33

View File

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