Fuegovic commited on
Commit
c59fd1e
1 Parent(s): cb32e74

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ RUN chmod -R 777 /app/api/logs/
23
  RUN chmod -R 777 /app/data
24
 
25
  # Copy Custom Endpoints Config
26
- # RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/librechat-hf.yaml
27
  # COPY librechat.yaml /app/librechat.yaml # Uncomment this and comment out the previous line to use the local librechat.yaml
28
 
29
  # Install dependencies
 
23
  RUN chmod -R 777 /app/data
24
 
25
  # Copy Custom Endpoints Config
26
+ RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/librechat-hf.yaml
27
  # COPY librechat.yaml /app/librechat.yaml # Uncomment this and comment out the previous line to use the local librechat.yaml
28
 
29
  # Install dependencies