From 54c4b049a844040ab173511edf10e67354c65085 Mon Sep 17 00:00:00 2001 From: Hermes Date: Wed, 10 Jun 2026 15:11:14 -0700 Subject: [PATCH] fix: include dns-providers/ in Docker image build --- dashcaddy-api/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/dashcaddy-api/Dockerfile b/dashcaddy-api/Dockerfile index 6d33bc0..e0cf165 100644 --- a/dashcaddy-api/Dockerfile +++ b/dashcaddy-api/Dockerfile @@ -11,6 +11,7 @@ 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