From aac7b365a5f739dcf2af1164dd0f5d9bd70fb24d Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Wed, 18 Feb 2026 23:16:52 +1300 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20stale=20COPY=20config=20from=20?= =?UTF-8?q?Dockerfile=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Root config/ directory was removed when the duplicate config/app.yml was deleted — the canonical config is now bundled inside directdnsonly/config/ and is already covered by the existing COPY directdnsonly step. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e965eca..8e65057 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,6 @@ RUN pip install "poetry==2.1.2" # Adjust version to match your lock file # Copy application files COPY directdnsonly ./directdnsonly -COPY config ./config COPY schema ./schema RUN poetry config virtualenvs.create false && \