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 ./
-1
View File
@@ -2,7 +2,6 @@
name = "if-curator"
version = "0.1.0"
description = "Immich to Frigate training sets"
readme = "README.md"
license = "MIT"
requires-python = ">=3.12"
authors = [{ name = "sudolulo" }]