Is there a way to provide docker secrets relative ...
# general
b
Is there a way to provide docker secrets relative to the home dir? 🧵
Something like -
Copy code
docker_image(
    name="docker",
    secrets={
        "pip.conf": "$HOME/.pip/pip.conf"
    },
}