datacipen commited on
Commit
ec0eefe
1 Parent(s): 6037cc1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -9,6 +9,5 @@ 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 ./csvanswer.py ~/app/csvanswer.py
13
  COPY . .
14
  CMD ["chainlit", "run", "main.py", "--port", "7860"]
 
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"]