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