Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -24,8 +24,8 @@ RUN chmod -R 777 /app/data
|
|
24 |
|
25 |
|
26 |
# Copy Custom Endpoints Config
|
27 |
-
RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/librechat-hf.yaml
|
28 |
-
COPY librechat.yaml /app/librechat.yaml
|
29 |
|
30 |
# Install dependencies
|
31 |
RUN cd /app/api && npm install
|
|
|
24 |
|
25 |
|
26 |
# Copy Custom Endpoints Config
|
27 |
+
# RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/librechat-hf.yaml
|
28 |
+
COPY librechat.yaml /app/librechat.yaml
|
29 |
|
30 |
# Install dependencies
|
31 |
RUN cd /app/api && npm install
|