Cache docker compose on host

main
mat ess 2023-03-11 17:37:22 -05:00
parent c650f86a1b
commit 60d59ba031
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
STEAL THIS LICENSE STEAL THIS LICENSE
Copyright 2022 mat ess. All rights reserved. Copyright mat ess. All rights reserved.
--- ---

View File

@ -34,7 +34,7 @@
shift shift
cmd="docker compose -f - $*" cmd="docker compose -f - $*"
# shellcheck disable=SC2029 # shellcheck disable=SC2029
to-docker-compose | ssh "$host" "$cmd" to-docker-compose | ssh "$host" "tee remote-docker-compose.json | $cmd"
''; '';
}; };
in in