Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -30,6 +30,8 @@ RUN chmod -R 777 /app/data
|
|
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 # Uncomment this and comment out the previous line to use the local librechat.yaml
|
32 |
|
|
|
|
|
33 |
# Install dependencies
|
34 |
RUN cd /app/api && npm install
|
35 |
|
|
|
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 # Uncomment this and comment out the previous line to use the local librechat.yaml
|
32 |
|
33 |
+
COPY librechat.yaml /app/librechat.yaml
|
34 |
+
|
35 |
# Install dependencies
|
36 |
RUN cd /app/api && npm install
|
37 |
|