RaiSantos commited on
Commit
86de809
·
verified ·
1 Parent(s): 87ea798

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -25,7 +25,10 @@ RUN chmod -R 777 /app/client/public/images
25
  RUN chmod -R 777 /app/api/logs/
26
  RUN chmod -R 777 /app/data
27
  RUN chmod -R 777 /app/node_modules/nodejs-gpt/src/
28
- RUN chmod -R 777 /app
 
 
 
29
 
30
  # Copy Custom Endpoints Config
31
  RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/itzraiss/config-yaml-librechat/main/librechat.yaml
 
25
  RUN chmod -R 777 /app/api/logs/
26
  RUN chmod -R 777 /app/data
27
  RUN chmod -R 777 /app/node_modules/nodejs-gpt/src/
28
+ RUN chmod -R 777 /app/client/src/components/svg/
29
+ RUN chmod -R 777 /app/client/public/assets/
30
+ RUN chmod -R 777 /app/client/src/components/Input/ModelSelect/
31
+
32
 
33
  # Copy Custom Endpoints Config
34
  RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/itzraiss/config-yaml-librechat/main/librechat.yaml