fix: add README.md to COPY, move croniter to deps, remove readme field

This commit is contained in:
Holden
2026-06-10 22:50:25 -04:00
parent fb78f955b8
commit 8e253dc991
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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 README.md ./
COPY pyproject.toml uv.lock ./
COPY if_curator/ if_curator/
COPY entrypoint.sh scheduler.py ./