From e1be2cfef7306a35d9d3d9ac3443e3da1eabe348 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 21 Apr 2023 13:24:13 +0100 Subject: [PATCH] build: update configuration files --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 5275975..b3b44b5 100644 --- a/justfile +++ b/justfile @@ -28,5 +28,5 @@ _run service command *args: --entrypoint {{ command }} \ --no-deps \ --rm \ - --tty \ + -T \ {{ service }} {{ args }}