martynka commited on
Commit
b358c09
·
verified ·
1 Parent(s): 5262290

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -25,10 +25,10 @@ RUN chmod -R 777 /app/uploads/temp
25
  RUN chmod -R 777 /app/client/public/images
26
  RUN chmod -R 777 /app/api/logs/
27
  RUN chmod -R 777 /app/data
28
- user root
29
- RUN apk update
30
- RUN apk add git
31
- user node
32
  # Copy Custom Endpoints Config
33
  copy config.yaml /app/librechat.yaml
34
 
 
25
  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
+ RUN sudo apk update
30
+ RUN sudo apk add git
31
+
32
  # Copy Custom Endpoints Config
33
  copy config.yaml /app/librechat.yaml
34