From 60d59ba031eef2b5bce62f8bda695b21fb89859e Mon Sep 17 00:00:00 2001 From: mat ess Date: Sat, 11 Mar 2023 17:37:22 -0500 Subject: [PATCH] Cache docker compose on host --- LICENSE.txt | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index dfd377e..346e03e 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ STEAL THIS LICENSE -Copyright 2022 mat ess. All rights reserved. +Copyright mat ess. All rights reserved. --- diff --git a/flake.nix b/flake.nix index dc87fed..918a1a7 100644 --- a/flake.nix +++ b/flake.nix @@ -34,7 +34,7 @@ shift cmd="docker compose -f - $*" # shellcheck disable=SC2029 - to-docker-compose | ssh "$host" "$cmd" + to-docker-compose | ssh "$host" "tee remote-docker-compose.json | $cmd" ''; }; in