From 7e7fafd234b8ebe9515baa15867f75b38fad0972 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 7 Apr 2026 17:39:27 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20fix:=20install=5Fproject=5Fcrons=20does?= =?UTF-8?q?=20not=20set=20PATH=20=E2=80=94=20claude=20not=20found=20in=20c?= =?UTF-8?q?ron=20jobs=20(#366)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- docker/agents/entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/agents/entrypoint.sh b/docker/agents/entrypoint.sh index 9d336aa..219ad5f 100644 --- a/docker/agents/entrypoint.sh +++ b/docker/agents/entrypoint.sh @@ -18,7 +18,8 @@ log() { # Build crontab from project TOMLs and install for the agent user. install_project_crons() { - local cron_lines="DISINTO_CONTAINER=1 + local cron_lines="PATH=/usr/local/bin:/usr/bin:/bin +DISINTO_CONTAINER=1 USER=agent FORGE_URL=http://forgejo:3000"