diff --git a/Dockerfile b/Dockerfile index 66bc6a4..6906394 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,6 @@ RUN uv sync --frozen # copy the rest of the code COPY config.yaml . -COPY config . +COPY config/ ./config/ CMD ["uv", "run", "octodns-sync", "--config-file", "config.yaml", "--doit"]