Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -29,6 +29,7 @@ RUN chmod -R 777 /app/data
|
|
29 |
# Copy Custom Endpoints Config
|
30 |
# RUN curl -o /app/librechat.yaml https://huggingface.co/spaces/xandertang/LibreChat/resolve/main/librechat.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
|
|
|
29 |
# Copy Custom Endpoints Config
|
30 |
# RUN curl -o /app/librechat.yaml https://huggingface.co/spaces/xandertang/LibreChat/resolve/main/librechat.yaml
|
31 |
# COPY librechat.yaml /app/librechat.yaml # Uncomment this and comment out the previous line to use the local librechat.yaml
|
32 |
+
RUN CONFIG_PATH="/alternative/path/to/librechat.yaml"
|
33 |
|
34 |
# Install dependencies
|
35 |
RUN cd /app/api && npm install
|