🔧(agents) fix Docker setup

Fix two issues. 1: Missmatch between commands in dev and production in
Dockerfile, leading to unexpected behaviors. 2: Naming of
multi-user-transcriber -> multi-user-transcriber-dev for coherence.
This commit is contained in:
leo
2026-05-13 18:20:39 +02:00
committed by aleb_the_flash
parent 1e2fad5444
commit 1b4a8fbac2
4 changed files with 13 additions and 16 deletions
+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 ----