dockerfile: change exposed port to 2897
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user