diff --git a/Dockerfile b/Dockerfile index d0c0446..69327f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ RUN uv sync --no-config --frozen --compile-bytecode # Starten Sie Ihre Anwendung EXPOSE 8000 -CMD [".venv/bin/hypercorn", "asgi:app", "--bind", "0.0.0.0:8000", "--workers", "1", "--websocket-ping-interval", "20", "--access-logfile", "-"] +CMD [".venv/bin/hypercorn", "asgi:app", "--bind", "0.0.0.0:8000", "--workers", "1", "--access-logfile", "-"]