File size: 263 Bytes
d1f1572
6250a68
 
 
 
1
2
3
4
5
FROM xyhelper/cockroachai:latest
RUN mkdir -p /app/config && chmod 777 /app/config
# 获取config.yaml
RUN --mount=type=secret,id=CONFIG_YAML,mode=0444,required=true \
    cat /run/secrets/CONFIG_YAML > /app/config/config.yaml && chmod 777 /app/config/config.yaml