Hải Huỳnh commited on
Commit
c9558c0
1 Parent(s): 320fb66

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,4 +29,4 @@ RUN pip install --no-cache-dir --upgrade pip
29
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
30
  COPY --chown=user . $HOME/app
31
 
32
- CMD ["chainlit", "run", "app.py", "--port", "7860"]
 
29
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
30
  COPY --chown=user . $HOME/app
31
 
32
+ CMD ["chainlit", "run", "app.py"]