granian-test-1
This commit is contained in:
parent
87cd8de5ab
commit
2df2f6accd
|
@ -19,4 +19,4 @@ RUN apt-get update && apt-get install -y gcc curl && \
|
||||||
poetry install --no-dev
|
poetry install --no-dev
|
||||||
|
|
||||||
# Run server when the container launches
|
# 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user