eggacheb commited on
Commit
682b07e
·
verified ·
1 Parent(s): f6fbbf0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -25,8 +25,8 @@ RUN chmod -R 777 /app/api/data/
25
  RUN chmod -R 777 /app/data
26
 
27
  # Copy Custom Endpoints Config
28
- RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/eggacheb/lc-config-yaml/main/librechat-rw.yaml
29
- #COPY librechat.yaml ./librechat.yaml # Uncomment
30
 
31
  # Install dependencies
32
  RUN cd /app/api && npm install
 
25
  RUN chmod -R 777 /app/data
26
 
27
  # Copy Custom Endpoints Config
28
+ #RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/eggacheb/lc-config-yaml/main/librechat-rw.yaml
29
+ COPY librechat.yaml /app/librechat.yaml # Uncomment
30
 
31
  # Install dependencies
32
  RUN cd /app/api && npm install