This commit is contained in:
2026-01-22 09:57:12 -05:00
parent e570df6c1b
commit 205d9e6881

View File

@@ -11,4 +11,4 @@ ENV UV_NO_DEV=1
WORKDIR /app WORKDIR /app
RUN uv sync --locked RUN uv sync --locked
CMD ["uv", "run", "post_llama.py", "/input/input.txt"] CMD ["uv", "run", "disk_report.py", "/input/input.txt"]