kkhfiles commited on
Commit
c1e48a0
·
verified ·
1 Parent(s): 5d1662d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -27,9 +27,8 @@ RUN chmod -R 777 /app/client/public/images
27
  RUN chmod -R 777 /app/api/logs/
28
  RUN chmod -R 777 /app/data
29
 
30
- # # Copy Custom Endpoints Config
31
- # RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/librechat-rw.yaml
32
- COPY librechat.yaml /app/librechat.yaml # Uncomment this and comment out the previous line to use the local librechat.yaml
33
 
34
  # Install dependencies
35
  RUN cd /app/api && npm install
 
27
  RUN chmod -R 777 /app/api/logs/
28
  RUN chmod -R 777 /app/data
29
 
30
+ # Copy Custom Endpoints Config
31
+ COPY librechat.yaml /app/librechat.yaml
 
32
 
33
  # Install dependencies
34
  RUN cd /app/api && npm install