From e0e1e888823e516e2d87baa90c49c4cc3a26ee0f Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 25 Jan 2024 01:12:01 +0300 Subject: [PATCH] port-fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2b4e8e6..294a211 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM python:slim WORKDIR /app # Add metadata to the image to describe that the container is listening on port 80 -EXPOSE 80 +EXPOSE 8000 # Copy the current directory contents into the container at /app COPY . /app