copy scripts

This commit is contained in:
francisco.schulz 2023-06-21 15:42:14 +02:00
parent d3868efb4e
commit f73264874e

View File

@ -20,6 +20,7 @@ ENV PATH="$POETRY_HOME/bin:$PATH"
RUN curl -sSL https://install.python-poetry.org | python3 -
COPY ./data ./data
COPY ./scripts ./scripts
COPY ./image_prediction ./image_prediction
COPY pyproject.toml poetry.lock banner.txt config.yaml ./src ./