Skip to content

Commit

Permalink
fix: workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
BroKun committed Sep 4, 2024
1 parent 7c3c062 commit 2687d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ if [ -z "$PORT" ]; then
fi

# 启动 libro,并将 PORT 环境变量传递给它
exec libro --port="$PORT" --notebook-dir="/workspace"
exec libro --port="$PORT" --notebook-dir="/home/admin/workspace"

0 comments on commit 2687d53

Please sign in to comment.