Mikhail W
commited on
Commit
•
a148b3d
1
Parent(s):
935796b
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,7 +29,7 @@ RUN chmod -R 777 /app/data
|
|
29 |
|
30 |
# Copy Custom Endpoints Config
|
31 |
# RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/librechat.yaml
|
32 |
-
COPY ./librechat.yaml /app/librechat.yaml
|
33 |
|
34 |
# Install dependencies
|
35 |
RUN cd /app/api && npm install
|
|
|
29 |
|
30 |
# Copy Custom Endpoints Config
|
31 |
# RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/librechat.yaml
|
32 |
+
COPY ./librechat.yaml /app/librechat.yaml
|
33 |
|
34 |
# Install dependencies
|
35 |
RUN cd /app/api && npm install
|