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 }}