slight whoopsie on file copying
All checks were successful
Build container / Build (push) Successful in 2m57s

This commit is contained in:
2025-10-17 09:01:10 +02:00
parent e48e158490
commit 4209fc568f

View File

@@ -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"]