From 37c4fd1d782a218abdf8209ee0fb8f64e624d2a4 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 9 Feb 2026 13:27:08 -0600 Subject: [PATCH] Fix Procfile to work with Dockerfile ENTRYPOINT --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 5039bd9..3673903 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: towerops-agent +worker: true