Spaces:
Sleeping
Sleeping
Commit
·
b037ea8
1
Parent(s):
7d78cfc
Update entrypoint.sh
Browse files- 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
|
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"
|