Artin2009 commited on
Commit
315ecab
1 Parent(s): c2af983

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -62,4 +62,4 @@ COPY --chown=user:user requirements.txt $HOME/app/requirements.txt
62
  RUN pip install --no-cache-dir -r $HOME/app/requirements.txt
63
 
64
  # Set the command to run the application
65
- CMD ["chainlit", "run", "chain_app.py", "--port", "7860" ,"-h"]
 
62
  RUN pip install --no-cache-dir -r $HOME/app/requirements.txt
63
 
64
  # Set the command to run the application
65
+ CMD ["chainlit", "run", "chain_app.py", "-w", "--port", "7860" ,"-h"]