Skip to content

Commit 36a3e19

Browse files
olevskileafty
andauthored
fix: run the /post-init.sh script if present
Co-authored-by: Flora Thiebaut <flora.thiebaut@sdsc.ethz.ch>
1 parent 43cd25b commit 36a3e19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/renku_data_services/migrations/versions/1ef98b967767_add_command_and_args_to_environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
default_command = ["sh", "-c"]
2020
default_args = [
21-
"jupyter server --ServerApp.ip=0.0.0.0 --ServerApp.port=8888 --ServerApp.base_url=$RENKU_BASE_URL_PATH "
21+
"/entrypoint.sh jupyter server --ServerApp.ip=0.0.0.0 --ServerApp.port=8888 --ServerApp.base_url=$RENKU_BASE_URL_PATH "
2222
'--ServerApp.token="" --ServerApp.password="" --ServerApp.allow_remote_access=true '
2323
"--ContentsManager.allow_hidden=true --ServerApp.allow_origin=*",
2424
]

0 commit comments

Comments
 (0)