From f73264874ebeb45055a47beba432f7311eafb29d Mon Sep 17 00:00:00 2001 From: "francisco.schulz" Date: Wed, 21 Jun 2023 15:42:14 +0200 Subject: [PATCH] copy scripts --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ababccf..c69ed07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ./