Skip to content

Commit

Permalink
Fix directory traversal
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Feb 26, 2024
1 parent fc88f3b commit 01a6d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/COPY_ROOT/opt/ai-dock/bin/supervisor-jupyter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function start() {
--ServerApp.allow_remote_access=True \
--ServerApp.allow_origin='*' \
--ServerApp.allow_credentials=True \
--ServerApp.root_dir=$WORKSPACE \
--ServerApp.root_dir=/ \
--ServerApp.preferred_dir=$WORKSPACE \
--ServerApp.terminado_settings="{'shell_command': ['bash','-c','bash']}" \
--KernelSpecManager.ensure_native_kernel=False
Expand Down

0 comments on commit 01a6d37

Please sign in to comment.