wip fix suggestion

This commit is contained in:
lebaudantoine
2026-05-13 17:12:29 +02:00
parent 96f97ed2d0
commit 17f5bb50cb
+1 -1
View File
@@ -49,7 +49,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
ENV PATH="/app/.venv/bin:$PATH"
CMD ["python", "metadata_collector.py", "dev"]
CMD ["python", "multi_user_transcriber.py", "dev"]
# ---- Production image ----