We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f36e2 commit c4aa381Copy full SHA for c4aa381
docker/start
@@ -9,4 +9,7 @@ set -euo pipefail
9
export GH_SCOPED_CREDS_CLIENT_ID="Iv1.bd27058fd393e285"
10
export GH_SCOPED_CREDS_APP_URL="https://github.com/apps/cryocloud-github-access"
11
12
+# Enable jupyter-myst-build-proxy post-build step which adds a nice Rebuild button
13
+export JUPYTER_MYST_BUILD_PROXY_POSTBUILD="true"
14
+
15
exec "$@"
0 commit comments