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" }]