XThomasBU commited on
Commit
ffebadf
1 Parent(s): 47c742b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,4 +7,5 @@ WORKDIR $HOME/app
7
  COPY --chown=user . .
8
  RUN pip install -r requirements.txt
9
  RUN --mount=type=secret,id=HUGGINGFACE_API_TOKEN,mode=0444,required=true
 
10
  CMD ["chainlit", "run", "app.py", "--port", "7860"]
 
7
  COPY --chown=user . .
8
  RUN pip install -r requirements.txt
9
  RUN --mount=type=secret,id=HUGGINGFACE_API_TOKEN,mode=0444,required=true
10
+ RUN --mount=type=secret,id=CHAINLIT_AUTH_SECRET,mode=0444,required=true
11
  CMD ["chainlit", "run", "app.py", "--port", "7860"]