Update Dockerfile
Browse filesUse Custom Endpoints Config
- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -28,8 +28,8 @@ 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/fuegovic/lc-config-yaml/main/librechat-rw.yaml
|
| 32 |
-
|
| 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/fuegovic/lc-config-yaml/main/librechat-rw.yaml
|
| 32 |
+
COPY librechat.yaml /app/librechat.yaml
|
| 33 |
|
| 34 |
# Install dependencies
|
| 35 |
RUN cd /app/api && npm install
|