Goretzka commited on
Commit
6c3de4c
1 Parent(s): 3cf80a8

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://raw.githubusercontent.com/Iflorisme/librechat-aio.yaml/refs/heads/main/librechat-aio.yaml?token=GHSAT0AAAAAACYE57GXDQC6ZVLZE7DEJCZCZYIUCKA
32
 
33
  # Install dependencies
34
  RUN cd /app/api && npm install
 
28
  RUN chmod -R 777 /app/data
29
 
30
  # Copy Custom Endpoints Config
31
+ RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/Iflorisme/librechat-aio.yaml/refs/heads/main/librechat-aio.yaml
32
 
33
  # Install dependencies
34
  RUN cd /app/api && npm install