datacipen commited on
Commit
f4c0f7d
1 Parent(s): 9527ccc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,5 +8,6 @@ COPY --chown=user . $HOME/app
8
  COPY ./requirements.txt ~/app/requirements.txt
9
  RUN pip install -r requirements.txt
10
  COPY ./.chainlit/download_tableau.txt ~/app/download_tableau.txt
 
11
  COPY . .
12
  CMD ["chainlit", "run", "main.py", "--port", "7860"]
 
8
  COPY ./requirements.txt ~/app/requirements.txt
9
  RUN pip install -r requirements.txt
10
  COPY ./.chainlit/download_tableau.txt ~/app/download_tableau.txt
11
+ COPY ./surveyCaa.py ~/app/surveyCaa.py
12
  COPY . .
13
  CMD ["chainlit", "run", "main.py", "--port", "7860"]