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