skullsquadron commited on
Commit
bef3900
·
verified ·
1 Parent(s): e59d94f

Update Dockerfile

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