eggacheb commited on
Commit
e717b83
·
verified ·
1 Parent(s): baeb299

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,7 +26,7 @@ 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
 
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
30
 
31
  # Install dependencies
32
  RUN cd /app/api && npm install