Spaces:
Running
Running
Update Dockerfile
Browse files- 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 |
-
|
29 |
-
RUN apk update
|
30 |
-
RUN apk add git
|
31 |
-
|
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 |
|