fix(docker): remove stale COPY dns-providers/ — moved to src/dns/dns-providers/
CI / Test & Lint (push) Has been cancelled
CI / Security audit (push) Has been cancelled

This commit is contained in:
Sami
2026-06-28 04:11:32 -07:00
parent 80bb6098a4
commit 95a8ae7a09
-1
View File
@@ -11,7 +11,6 @@ RUN npm install --production
COPY *.js ./ COPY *.js ./
COPY src/ ./src/ COPY src/ ./src/
COPY routes/ ./routes/ COPY routes/ ./routes/
COPY dns-providers/ ./dns-providers/
COPY openapi.yaml ./ COPY openapi.yaml ./
# VERSION file holds the short git SHA the image was built from. Committed as # VERSION file holds the short git SHA the image was built from. Committed as