From e1af4cf1bf372b1db9b31076cd39ebabfc90b862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o?= Date: Thu, 6 Mar 2025 15:45:36 +0100 Subject: [PATCH] fix --- DockerFile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DockerFile b/DockerFile index 9d073d6..4502068 100644 --- a/DockerFile +++ b/DockerFile @@ -4,4 +4,4 @@ COPY requirements.txt requirements.txt RUN pip install --no-cache-dir -r requirements.txt COPY . . EXPOSE 8001 -CMD ["gunicorn", "--bind", "0.0.0.0:8000", "StockSeeker.wsgi:application"] +CMD ["gunicorn", "--bind", "0.0.0.0:8001", "StockSeeker.wsgi:application"]