From 54ff0178ffddfa898e0abcffd24d9df578779464 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Tue, 18 Nov 2025 20:26:57 -0700 Subject: [PATCH] Set up jupyter-myst-build-proxy to inject a rebuild button post-build --- docker/start | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/start b/docker/start index 14a6e96..bba1926 100755 --- a/docker/start +++ b/docker/start @@ -9,4 +9,7 @@ set -euo pipefail export GH_SCOPED_CREDS_CLIENT_ID="Iv1.bd27058fd393e285" export GH_SCOPED_CREDS_APP_URL="https://github.com/apps/cryocloud-github-access" +# Enable jupyter-myst-build-proxy post-build step which adds a nice Rebuild button +export JUPYTER_MYST_BUILD_PROXY_POSTBUILD="true" + exec "$@"