KashyapiNagaHarshitha commited on
Commit
3cb2710
1 Parent(s): 02497ce

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ CMD ["panel", "serve", "/code/app.py", "/code/Setup.py", "/code/Quality_Control.
14
 
15
  RUN mkdir /.cache
16
  RUN chmod 777 /.cache
17
- RUN chmod 777 /code
18
  RUN chmod -R 777 ./
19
  RUN mkdir .chroma
20
  RUN chmod 777 .chroma
 
14
 
15
  RUN mkdir /.cache
16
  RUN chmod 777 /.cache
17
+ RUN chmod -R 777 /code
18
  RUN chmod -R 777 ./
19
  RUN mkdir .chroma
20
  RUN chmod 777 .chroma