From 21ebba4f63cf06c2a2b4c8d2a35bf0b722e67e05 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Wed, 3 Jun 2026 20:12:21 -0400 Subject: [PATCH] fix Containerfile --- Containerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Containerfile b/Containerfile index bb3cdc7..2d7caf3 100644 --- a/Containerfile +++ b/Containerfile @@ -15,9 +15,6 @@ ENV PATH="/root/.local/bin/:$PATH" # Copy the project into the container COPY route53_update.py unifi_update.py update.py main.py pyproject.toml uv.lock /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