diff --git a/Dockerfile.ingest b/Dockerfile.ingest index 78f9eec2..56d621d7 100644 --- a/Dockerfile.ingest +++ b/Dockerfile.ingest @@ -15,7 +15,7 @@ RUN micromamba install -y \ RUN micromamba clean --all --yes # Install source -COPY ./.mypy.ini . +COPY ./pyproject.toml . COPY ./scripts ./scripts COPY ./data ./data COPY ./snow_today_webapp_ingest ./snow_today_webapp_ingest