martynka commited on
Commit
753994c
·
verified ·
1 Parent(s): a8eb033

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -26,7 +26,8 @@ RUN chmod -R 777 /app/client/public/images
26
  RUN chmod -R 777 /app/api/logs/
27
  RUN chmod -R 777 /app/data
28
 
29
-
 
30
  # Copy Custom Endpoints Config
31
  copy config.yaml /app/librechat.yaml
32
 
 
26
  RUN chmod -R 777 /app/api/logs/
27
  RUN chmod -R 777 /app/data
28
 
29
+ RUN apk update
30
+ RUN apk add git
31
  # Copy Custom Endpoints Config
32
  copy config.yaml /app/librechat.yaml
33