diff --git a/Dockerfile b/Dockerfile index 07fc1c7..6ded089 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ COPY . /app RUN pip install --no-cache-dir -r requirements.txt # Expose the Flask port -EXPOSE 5000 +EXPOSE 2897 # Copy static files and templates COPY ./templates /app/templates