d1f1572
6250a68
|
|
FROM xyhelper/cockroachai:latest
RUN mkdir -p /app/config && chmod 777 /app/config
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 |