From 698a6cb226ea3943f6c776fdee5f14a7e9688020 Mon Sep 17 00:00:00 2001 From: Eljakim Herrewijnen Date: Thu, 7 Mar 2024 23:16:38 +0100 Subject: [PATCH] fixed port --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8a30429..085cc6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ADD . /app RUN pip install --no-cache-dir -r requirements.txt # Make port 80 available to the world outside this container -EXPOSE 80 +EXPOSE 5000 # Run app.py when the container launches CMD ["python", "app.py"] \ No newline at end of file