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 ./