Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +4 -3
Dockerfile
CHANGED
@@ -28,9 +28,10 @@ RUN chmod -R 777 /app/data
|
|
28 |
|
29 |
# Copy Custom Endpoints Config
|
30 |
# RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/librechat-hf.yaml
|
31 |
-
COPY librechat.yaml /app/librechat.yaml
|
32 |
-
COPY .env /app/.env
|
33 |
-
|
|
|
34 |
|
35 |
# Install dependencies
|
36 |
RUN cd /app/api && npm install
|
|
|
28 |
|
29 |
# Copy Custom Endpoints Config
|
30 |
# RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/librechat-hf.yaml
|
31 |
+
# COPY librechat.yaml /app/librechat.yaml
|
32 |
+
# COPY .env /app/.env
|
33 |
+
RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/zhu1090093659/LibreChat/main/librechat.yaml
|
34 |
+
RUN curl -o /app/.env https://raw.githubusercontent.com/zhu1090093659/LibreChat/main/.env
|
35 |
|
36 |
# Install dependencies
|
37 |
RUN cd /app/api && npm install
|