diff --git a/Dockerfile b/Dockerfile index a2f6e6d..5a4aa9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,4 @@ RUN apt-get update && apt-get install -y gcc curl && \ poetry install --no-dev # Run server when the container launches -CMD granian --interface asgi main:app +CMD granian --no-ws --host 0.0.0.0 --port 8000 --interface asgi main:app