From 986f94557ba5016149124fcb33a497ddf315e98b Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Thu, 22 Jun 2023 00:08:32 +0100 Subject: [PATCH] Updated the PORT --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5734ca..c83d114 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY . ./ # Install production dependencies. RUN pip install --no-cache-dir -r requirements.txt -ENV PORT 8080 +ENV PORT 5000 EXPOSE $PORT # Run the web service on container startup. Here we use the gunicorn