granian-test-1

This commit is contained in:
Untone 2024-01-25 11:18:29 +03:00
parent 87cd8de5ab
commit 2df2f6accd

View File

@ -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