Mikhail W commited on
Commit
63c69c3
1 Parent(s): 84d036c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,7 +21,7 @@ RUN mkdir -p /app/api/logs/
21
  RUN mkdir -p /app/data
22
 
23
  # Copy Custom Endpoints Config
24
- COPY librechat.yaml /app/librechat.yaml
25
 
26
  # Give write permission to the directory
27
  RUN chmod -R 777 /app/client/public/images
 
21
  RUN mkdir -p /app/data
22
 
23
  # Copy Custom Endpoints Config
24
+ # COPY librechat.yaml /app/librechat.yaml
25
 
26
  # Give write permission to the directory
27
  RUN chmod -R 777 /app/client/public/images