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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -22,10 +22,6 @@ RUN chmod -R 777 /app/client/public/images
22
  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
30
  RUN cd /app/api && npm install
31
 
 
22
  RUN chmod -R 777 /app/api/logs/
23
  RUN chmod -R 777 /app/data
24
 
 
 
 
 
25
  # Install dependencies
26
  RUN cd /app/api && npm install
27