use hypercorn from .venv folder

This commit is contained in:
2026-04-01 22:11:17 +02:00
parent 4773338ccc
commit b170fcfa98
+1 -1
View File
@@ -10,4 +10,4 @@ RUN uv sync --no-config --frozen --compile-bytecode
# Starten Sie Ihre Anwendung # Starten Sie Ihre Anwendung
EXPOSE 8000 EXPOSE 8000
CMD ["uv", "run", "hypercorn", "run:app", "--bind", "0.0.0.0:8000", "--workers", "1", "--websocket-ping-interval", "20", "--access-logfile", "-"] CMD [".venv/bin/hypercorn", "run:app", "--bind", "0.0.0.0:8000", "--workers", "1", "--websocket-ping-interval", "20", "--access-logfile", "-"]