Merge pull request #8 from JoshNotWright/hotfix/change-exposed-port

Update dockerfile: change exposed port to 2897
This commit is contained in:
2024-02-18 13:11:49 -05:00
committed by GitHub

View File

@@ -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