fix Containerfile
Build and Push Container / build-and-push (push) Successful in 1m13s

This commit is contained in:
2026-06-03 20:12:21 -04:00
parent 91542d0dff
commit 21ebba4f63
-3
View File
@@ -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