early-twilight-26336
06/28/2024, 8:51 PMpants.toml, but it seems $HOME is not expanded. Halp?
[docker]
run_args = [
  "-v $HOME/.config/gcloud:/gcp/config:ro",
  "--env GOOGLE_APPLICATION_CREDENTIALS=/gcp/config/application_default_credentials.json",
]early-twilight-26336
06/28/2024, 8:53 PMdocker: Error response from daemon: create $HOME/.config/gcloud: "$HOME/.config/gcloud" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.
but obviously I don't want to use an absolute path if this will work for my teammates...early-twilight-26336
06/28/2024, 9:09 PM~ doesn't work either, for the recordancient-france-42909
06/28/2024, 9:09 PM%(env.HOME)sancient-france-42909
06/28/2024, 9:10 PMancient-france-42909
06/28/2024, 9:10 PM• `%(homedir)s`: equivalent toor$HOME~
early-twilight-26336
06/28/2024, 9:10 PMancient-france-42909
06/28/2024, 9:10 PMancient-france-42909
06/28/2024, 9:11 PM