Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -25,9 +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 |
# Copy Custom Endpoints Config
|
32 |
copy config.yaml /app/librechat.yaml
|
33 |
|
|
|
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 |
|