diff --git a/Dockerfile b/Dockerfile index 5a97917..161a820 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ RUN uv sync --frozen COPY . . -CMD ["uv", "run", "transform-documents.py"] \ No newline at end of file +CMD ["uv", "run", "main.py"] \ No newline at end of file