eggacheb commited on
Commit
1e99d05
·
verified ·
1 Parent(s): 202c594

Update Dockerfile

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