lesscode
All checks were successful
Deploy on push / deploy (push) Successful in 46s

This commit is contained in:
2025-03-20 12:04:47 +03:00
parent edece36ecc
commit a4a3c35f4d
3 changed files with 1 additions and 34 deletions

View File

@@ -13,4 +13,4 @@ RUN pip install -r requirements.txt
COPY . .
CMD ["python", "server.py"]
CMD ["python", "-m", "granian", "main:app", "--interface", "asgi", "--host", "0.0.0.0", "--port", "$PORT"]