fix: add README.md to COPY, move croniter to deps, remove readme field
This commit is contained in:
+1
-1
@@ -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 ./
|
||||
|
||||
|
||||
@@ -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" }]
|
||||
|
||||
Reference in New Issue
Block a user