Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -24,7 +24,6 @@ RUN chmod -R 777 /app/api/logs/
|
|
24 |
RUN chmod -R 777 /app/api/data/
|
25 |
RUN chmod -R 777 /app/data
|
26 |
|
27 |
-
COPY auth.json /app/api/data/auth.json
|
28 |
# Copy Custom Endpoints Config
|
29 |
RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/eggacheb/lc-config-yaml/main/librechat-rw.yaml
|
30 |
#COPY librechat.yaml ./librechat.yaml # Uncomment
|
|
|
24 |
RUN chmod -R 777 /app/api/data/
|
25 |
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 ./librechat.yaml # Uncomment
|