datacipen commited on
Commit
2f9f24f
1 Parent(s): 812322c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,6 +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 ./surveyCaa.py ~/app/surveyCaa.py
12
  COPY . .
13
  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"]