100stacks commited on
Commit
2925f7b
·
unverified ·
1 Parent(s): 196f044

bug: troubleshooting build issues

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ COPY ./requirements.txt ~/app/requirements.txt
14
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
15
  COPY . .
16
 
17
- CMD ["chainlit", "run", "app.py", "--host", "0.0.0.0", "--port", "7860"]
 
14
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
15
  COPY . .
16
 
17
+ CMD ["chainlit", "run", "app.py", "-w", "--host", "0.0.0.0", "--port", "7860"]