From 8e253dc99127502c8a11a190ed2ad3fa62ba42c8 Mon Sep 17 00:00:00 2001 From: Holden Date: Wed, 10 Jun 2026 22:50:25 -0400 Subject: [PATCH] fix: add README.md to COPY, move croniter to deps, remove readme field --- Dockerfile | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4192b65..b69501d 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 README.md ./ +COPY pyproject.toml uv.lock ./ COPY if_curator/ if_curator/ COPY entrypoint.sh scheduler.py ./ diff --git a/pyproject.toml b/pyproject.toml index 7b99f1a..1bd55e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }]