From 3fa0943ed09041a3c12d194525b8d6be1157551c Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 9 Feb 2026 13:31:17 -0600 Subject: [PATCH] Disable TUI in Dokku (Procfile only, docker-compose unaffected) --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 5039bd9..96b4aec 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: towerops-agent +worker: towerops-agent --no-tui