circulartext commited on
Commit
b037ea8
·
1 Parent(s): 7d78cfc

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -7,7 +7,7 @@ ls -l /app
7
 
8
  # Print information about the 'app.csv' file
9
  echo "Contents of /app/app.csv:"
10
- ls -l /app/app.csv
11
 
12
  # Print environment variables
13
  echo "USER_ID: $USER_ID"
 
7
 
8
  # Print information about the 'app.csv' file
9
  echo "Contents of /app/app.csv:"
10
+ ls -l /app.csv
11
 
12
  # Print environment variables
13
  echo "USER_ID: $USER_ID"