hannabaker commited on
Commit
a124754
1 Parent(s): 25d43bd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ RUN chmod -R 777 /app/api/logs/
28
  RUN chmod -R 777 /app/data
29
 
30
  # Copy Custom Endpoints Config
31
- RUN curl -o /app/librechat.yaml https://gist.githubusercontent.com/parasshah10/b0399149f78d7232cdac0bb4e6131a90/raw/ccfe8c0db45aec7c2d5d258ceea0b7c428f89097/librechat.yaml
32
  # COPY librechat.yaml /app/librechat.yaml # Uncomment this and comment out the previous line to use the local librechat.yaml
33
 
34
  # Install dependencies
 
28
  RUN chmod -R 777 /app/data
29
 
30
  # Copy Custom Endpoints Config
31
+ RUN curl -o /app/librechat.yaml https://gist.githubusercontent.com/parasshah10/b0399149f78d7232cdac0bb4e6131a90/raw/librechat.yaml
32
  # COPY librechat.yaml /app/librechat.yaml # Uncomment this and comment out the previous line to use the local librechat.yaml
33
 
34
  # Install dependencies