From 41b126947a82be68a860bcdeef6c523bde5a9af7 Mon Sep 17 00:00:00 2001 From: domverse Date: Wed, 18 Mar 2026 23:41:53 +0100 Subject: [PATCH] fix: write local instance config to settings.json from env vars Adds LOCAL_OUTLINE_URL and LOCAL_OUTLINE_TOKEN to the generated settings.json so the compare command can reach the outline-web container. Co-Authored-By: Claude Sonnet 4.6 --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index b6edbe7..333aeff 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -8,6 +8,7 @@ cat > /work/settings.json <