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