From 95a8ae7a095f5177584604bc8467006794ae9e7d Mon Sep 17 00:00:00 2001 From: Sami Date: Sun, 28 Jun 2026 04:11:32 -0700 Subject: [PATCH] =?UTF-8?q?fix(docker):=20remove=20stale=20COPY=20dns-prov?= =?UTF-8?q?iders/=20=E2=80=94=20moved=20to=20src/dns/dns-providers/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashcaddy-api/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/dashcaddy-api/Dockerfile b/dashcaddy-api/Dockerfile index e0cf165..6d33bc0 100644 --- a/dashcaddy-api/Dockerfile +++ b/dashcaddy-api/Dockerfile @@ -11,7 +11,6 @@ RUN npm install --production COPY *.js ./ COPY src/ ./src/ COPY routes/ ./routes/ -COPY dns-providers/ ./dns-providers/ COPY openapi.yaml ./ # VERSION file holds the short git SHA the image was built from. Committed as