0.2.22-granian+precommit

This commit is contained in:
2024-01-26 03:28:21 +03:00
parent 537b89dbaf
commit e6f2ed6f53
4 changed files with 62 additions and 109 deletions

View File

@@ -19,4 +19,4 @@ RUN apt-get update && apt-get install -y gcc curl && \
poetry install --no-dev
# Run server.py when the container launches
CMD ["python", "server.py"]
CMD granian --no-ws --host 0.0.0.0 --port 80 --interface asgi main:app