portfix
All checks were successful
Deploy on push / deploy (push) Successful in 49s

This commit is contained in:
Untone 2025-03-20 12:13:14 +03:00
parent 8a95aa1209
commit 0aff77eda6

View File

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