reflect new filename (main.py) in docker

This commit is contained in:
Bruce Röttgers 2025-04-30 14:01:56 +02:00
parent 63babeace3
commit 08cd8b41fe

View File

@ -7,4 +7,4 @@ RUN uv sync --frozen
COPY . .
CMD ["uv", "run", "transform-documents.py"]
CMD ["uv", "run", "main.py"]