Mdean77 commited on
Commit
128ff39
·
1 Parent(s): 3bbe965
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -5,7 +5,7 @@ echo "Current path: $PATH"
5
 
6
 
7
  # Specify the starting directory (e.g., root or home)
8
- start_directory="/"
9
 
10
  # Use find to locate 'uv'
11
  found=$(find "$start_directory" -name "uv" 2>/dev/null)
 
5
 
6
 
7
  # Specify the starting directory (e.g., root or home)
8
+ start_directory="../"
9
 
10
  # Use find to locate 'uv'
11
  found=$(find "$start_directory" -name "uv" 2>/dev/null)