kellyshreeve commited on
Commit
91ff3c3
·
verified ·
1 Parent(s): b886773

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,4 +10,4 @@ COPY ./requirements.txt ~/app/requirements.txt
10
  RUN mkdir content
11
  RUN pip install -r requirements.txt
12
  COPY . .
13
- CMD["chainlit", "run", "chainlit_app.py", "--port", "7860"]
 
10
  RUN mkdir content
11
  RUN pip install -r requirements.txt
12
  COPY . .
13
+ CMD ["chainlit", "run", "chainlit_app.py", "--port", "7860"]