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