Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -28,7 +28,7 @@ RUN chmod -R 777 /app/data
|
|
28 |
|
29 |
user root
|
30 |
RUN apk update
|
31 |
-
RUN
|
32 |
|
33 |
# Copy Custom Endpoints Config
|
34 |
copy config.yaml /app/librechat.yaml
|
|
|
28 |
|
29 |
user root
|
30 |
RUN apk update
|
31 |
+
RUN apk add git
|
32 |
|
33 |
# Copy Custom Endpoints Config
|
34 |
copy config.yaml /app/librechat.yaml
|