From 80ceb26ab79b5f5f4442bcf87dc4f7e9f23f21c6 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Wed, 4 Dec 2024 17:21:28 +0000 Subject: [PATCH] fix: path in postbuild --- binder/postBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/postBuild b/binder/postBuild index 587c8e6..fa3a3d7 100644 --- a/binder/postBuild +++ b/binder/postBuild @@ -2,4 +2,4 @@ set -eux mkdir -p ${NB_PYTHON_PREFIX}/share/jupyter/lab/settings -cp overrides.json ${NB_PYTHON_PREFIX}/share/jupyter/lab/settings +cp binder/overrides.json ${NB_PYTHON_PREFIX}/share/jupyter/lab/settings