From 274af9d9547a510e36291161567a186e23e8b132 Mon Sep 17 00:00:00 2001 From: jaanbaaz Date: Mon, 13 Jan 2025 18:16:58 +0530 Subject: [PATCH] port changed to 5000 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0c1a0bb..258318d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN --mount=type=ssh git submodule update --init --recursive RUN pip install --no-cache-dir -r requirements.txt # Make port 5000 available to the world outside this container -EXPOSE 7000 +EXPOSE 5000 # Define environment variable ENV FLASK_APP=wsgi.py