add correct invocation
All checks were successful
Build container / Build (push) Successful in 33s

This commit is contained in:
2025-10-15 19:15:31 +02:00
parent 44303726d4
commit bd881a4b7a
3 changed files with 17 additions and 1 deletions

View File

@@ -13,4 +13,4 @@ RUN uv sync --frozen
COPY config.yaml .
COPY config .
CMD ["uv", "run", "octodns", "--config-file", "config.yaml", "--doit"]
CMD ["uv", "run", "octodns-sync", "--config-file", "config.yaml", "--doit"]