Artin2009 commited on
Commit
cf10713
1 Parent(s): bc0f859

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -8,4 +8,5 @@ COPY --chown=user . $HOME/app
8
  COPY ./requirements.txt ~/app/requirements.txt
9
  RUN pip install -r requirements.txt
10
  COPY . .
11
- CMD ["chainlit", "run", "chain_app.py", "--port", "7860" ,"-h"]
 
 
8
  COPY ./requirements.txt ~/app/requirements.txt
9
  RUN pip install -r requirements.txt
10
  COPY . .
11
+ CMD ["chainlit", "run", "chain_app.py", "--port", "7860" ,"-h"]
12
+ CMD ["chainlit", "create-secret"]