update podman ddns to be more efficient

This commit is contained in:
2026-02-06 20:17:46 -05:00
parent 70718f209b
commit f242895b51
8 changed files with 181 additions and 76 deletions

View File

@@ -15,6 +15,9 @@ ENV PATH="/root/.local/bin/:$PATH"
# Copy the project into the image
COPY update.py uv.lock pyproject.toml /app/
# Copy the records file
COPY records.yaml /etc/ddns/records.yaml
# Sync the project into a new environment, using the frozen lockfile
WORKDIR /app
RUN uv sync --frozen