Aboge commited on
Commit
7157ed9
1 Parent(s): 25bddef
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,5 +19,5 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
19
  COPY --chown=user . /app
20
 
21
  # Define the default command to run the Flask app using Waitress
22
- CMD ["waitress-serve", "--host=0.0.0.0", "--port=10000", "app:app"]
23
 
 
19
  COPY --chown=user . /app
20
 
21
  # Define the default command to run the Flask app using Waitress
22
+ CMD ["waitress-serve", "--host=0.0.0.0", "--port=7860", "app:app"]
23