diff --git a/examples/flake/arion-compose.nix b/examples/flake/arion-compose.nix index 9531a9f..141dba7 100644 --- a/examples/flake/arion-compose.nix +++ b/examples/flake/arion-compose.nix @@ -4,6 +4,7 @@ config.services = { webserver = { + image.contents = with pkgs; [ bash ]; service.useHostStore = true; service.command = [ "sh" "-c" '' cd "$$WEB_ROOT"