Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docker/start
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"