From 0aff77eda6b85cb033342a44a5b19fcab727588c Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 20 Mar 2025 12:13:14 +0300 Subject: [PATCH] portfix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6f5aa5d9..2c4874b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ RUN pip install -r requirements.txt COPY . . -CMD ["python", "-m", "granian", "main:app", "--interface", "asgi", "--host", "0.0.0.0", "--port", "$PORT"] \ No newline at end of file +CMD ["python", "-m", "granian", "main:app", "--interface", "asgi", "--host", "0.0.0.0", "--port", "8000"] \ No newline at end of file