rezkyyayang commited on
Commit
36000cf
·
verified ·
1 Parent(s): 0c3b175

Update Dockerfile

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