eggacheb commited on
Commit
238b5d4
·
verified ·
1 Parent(s): 68ee655

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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