fx2
Some checks failed
Deploy on push / deploy (push) Failing after 16s

This commit is contained in:
Untone 2025-03-20 12:33:27 +03:00
parent e1a1b4dc7d
commit 47e12b4452

View File

@ -14,6 +14,6 @@ RUN pip install -r requirements.txt
COPY . .
ENV PORT=8000
EXPOSE $PORT
EXPOSE 8000
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"]