dockerfile: change exposed port to 2897

This commit is contained in:
2024-02-18 13:09:57 -05:00
parent 2fe91bd826
commit 029183582e

View File

@@ -15,7 +15,7 @@ COPY . /app
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
# Expose the Flask port # Expose the Flask port
EXPOSE 5000 EXPOSE 2897
# Copy static files and templates # Copy static files and templates
COPY ./templates /app/templates COPY ./templates /app/templates