camparchimedes commited on
Commit
eda7e58
ยท
verified ยท
1 Parent(s): 45fa970

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ COPY requirements.txt .
12
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
13
  COPY . .
14
  #COPY --chown=user . /app
15
- CMD ["python", "run", "app.py", "-h", "0.0.0.0", "-p", "7860"]
16
 
17
 
18
 
 
12
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
13
  COPY . .
14
  #COPY --chown=user . /app
15
+ CMD ["chainlit", "run", "app.py", "-h", "0.0.0.0", "-p", "7860"]
16
 
17
 
18