fix: include dns-providers/ in Docker image build

This commit is contained in:
Hermes
2026-06-10 15:11:14 -07:00
parent 2de72ed506
commit 54c4b049a8
+1
View File
@@ -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