zabih1 commited on
Commit
bda1550
·
verified ·
1 Parent(s): 2fc269c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,4 +19,4 @@ COPY ./requirements.txt $HOME/app/requirements.txt
19
  RUN pip install -r requirements.txt
20
 
21
  # Define the default command to run the app
22
- CMD ["chainlit", "run", "app.py", "--port", "5000"]
 
19
  RUN pip install -r requirements.txt
20
 
21
  # Define the default command to run the app
22
+ CMD ["chainlit", "run", "app.py", "--port", "8000"]