jacktol commited on
Commit
81f3005
·
1 Parent(s): ea621e8

added various files

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ RUN pip install -r requirements.txt
20
  EXPOSE 7860
21
 
22
  # Run the application with Chainlit's native command
23
- CMD ["chainlit", "run", "app.py", "--host", "0.0.0.0", "--port", "7860", "--ws", "websockets"]
 
20
  EXPOSE 7860
21
 
22
  # Run the application with Chainlit's native command
23
+ CMD ["chainlit", "run", "app.py", "--host", "0.0.0.0", "--port", "7860"]