From 47e12b44520a43d2141ef97d4cb5579834de998c Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 20 Mar 2025 12:33:27 +0300 Subject: [PATCH] fx2 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ad15f9b4..3ba42006 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ 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