fix: remove stale COPY config from Dockerfile 🐛

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.
This commit is contained in:
2026-02-18 23:16:52 +13:00
parent 0903d78458
commit aac7b365a5

View File

@@ -28,7 +28,6 @@ RUN pip install "poetry==2.1.2" # Adjust version to match your lock file
# Copy application files # Copy application files
COPY directdnsonly ./directdnsonly COPY directdnsonly ./directdnsonly
COPY config ./config
COPY schema ./schema COPY schema ./schema
RUN poetry config virtualenvs.create false && \ RUN poetry config virtualenvs.create false && \