Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -30,7 +30,7 @@ RUN chmod -R 777 /app/data
|
|
30 |
user root
|
31 |
RUN apk add curl
|
32 |
RUN --mount=type=secret,id=CONFIG_PATH,mode=0444,required=true \
|
33 |
-
curl -o /app/librechat.yaml $(cat /secrets/CONFIG_PATH)
|
34 |
RUN chmod 777 /app/librechat.yaml
|
35 |
user node
|
36 |
# Install dependencies
|
|
|
30 |
user root
|
31 |
RUN apk add curl
|
32 |
RUN --mount=type=secret,id=CONFIG_PATH,mode=0444,required=true \
|
33 |
+
curl -o /app/librechat.yaml $(cat /run/secrets/CONFIG_PATH)
|
34 |
RUN chmod 777 /app/librechat.yaml
|
35 |
user node
|
36 |
# Install dependencies
|