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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user