Boning c commited on
Commit
389545e
·
verified ·
1 Parent(s): 79983ac

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ RUN chmod -R 777 /app/data
27
 
28
  # Copy Custom Endpoints Config
29
  # RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/librechat-up-l.yaml
30
- COPY librechat.yaml /app/librechat.yaml # Uncomment this and comment out the previous line to use the local librechat.yaml
31
 
32
  # Install dependencies
33
  RUN cd /app/api && npm install
 
27
 
28
  # Copy Custom Endpoints Config
29
  # RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/librechat-up-l.yaml
30
+ COPY librechat.yaml /app/librechat.yaml
31
 
32
  # Install dependencies
33
  RUN cd /app/api && npm install