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