praneeth dodedu commited on
Commit
af3120a
·
1 Parent(s): 50e901b

added app file

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