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