rhuang03 commited on
Commit
ff3d1ae
·
verified ·
1 Parent(s): e8987f6

Update Dockerfile

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