From fb78f955b8e824b5ecb9ee210bada5c2af5e1cbb Mon Sep 17 00:00:00 2001 From: root Date: Wed, 10 Jun 2026 22:45:29 -0400 Subject: [PATCH] automated update: 2026-06-10 22:45:29 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b69501d..4192b65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN curl -LsSf https://astral.sh/uv/install.sh | sh \ WORKDIR /app # Copy project files for deterministic, cached builds -COPY pyproject.toml uv.lock ./ +COPY pyproject.toml uv.lock README.md ./ COPY if_curator/ if_curator/ COPY entrypoint.sh scheduler.py ./