martynka commited on
Commit
d2c5792
·
verified ·
1 Parent(s): 1aecf4f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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