Guru-25 commited on
Commit
ee53893
·
verified ·
1 Parent(s): 50aa277

Update Dockerfile

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