Spaces:
Runtime error
Runtime error
Boning c
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -27,7 +27,7 @@ RUN chmod -R 777 /app/data
|
|
| 27 |
|
| 28 |
# Copy Custom Endpoints Config
|
| 29 |
# RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/librechat-up-l.yaml
|
| 30 |
-
COPY librechat.yaml /app/librechat.yaml
|
| 31 |
|
| 32 |
# Install dependencies
|
| 33 |
RUN cd /app/api && npm install
|
|
|
|
| 27 |
|
| 28 |
# Copy Custom Endpoints Config
|
| 29 |
# RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/librechat-up-l.yaml
|
| 30 |
+
COPY librechat.yaml /app/librechat.yaml
|
| 31 |
|
| 32 |
# Install dependencies
|
| 33 |
RUN cd /app/api && npm install
|