Browse Source

fix: [compose] ensure cache directory is available on linux as we can use it

master
Valentin Lab 4 months ago
parent
commit
5d6de46968
  1. 1
      bin/compose

1
bin/compose

@ -710,6 +710,7 @@ set_os() {
TZ_PATH=${TZ_PATH:-"$COMPOSE_LOCAL_ROOT"/timezones}
COMPOSE_LAUNCHER_CACHE=${COMPOSE_LAUNCHER_CACHE:-"$COMPOSE_LOCAL_ROOT"/cache}
fi
mkdir -p "$COMPOSE_CACHE" || return 1
;;
mac)
## Order matters, files get to override vars

Loading…
Cancel
Save