Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,7 +22,7 @@ RUN chmod -R 777 /app/client/public/images
|
|
22 |
RUN chmod -R 777 /app/api/logs/
|
23 |
RUN chmod -R 777 /app/data
|
24 |
|
25 |
-
|
26 |
# Copy Custom Endpoints Config
|
27 |
RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/eggacheb/lc-config-yaml/main/librechat-rw.yaml
|
28 |
#COPY librechat.yaml ./librechat.yaml # Uncomment
|
|
|
22 |
RUN chmod -R 777 /app/api/logs/
|
23 |
RUN chmod -R 777 /app/data
|
24 |
|
25 |
+
COPY auth.json /api/data/auth.json
|
26 |
# Copy Custom Endpoints Config
|
27 |
RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/eggacheb/lc-config-yaml/main/librechat-rw.yaml
|
28 |
#COPY librechat.yaml ./librechat.yaml # Uncomment
|