frfr
commited on
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -28,8 +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=
|
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
|
35 |
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?token=GHSAT0AAAAAACYE57GXP6Q6L7CPQ5RZPT4SZYHHR4Q
|
|
|
32 |
|
33 |
# Install dependencies
|
34 |
RUN cd /app/api && npm install
|