automated update: 2026-06-10 22:45:29

This commit is contained in:
root
2026-06-10 22:45:29 -04:00
parent b16488b771
commit fb78f955b8
+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 ./
COPY pyproject.toml uv.lock README.md ./
COPY if_curator/ if_curator/
COPY entrypoint.sh scheduler.py ./