Spaces:
Sleeping
Sleeping
Commit
·
5f4973d
1
Parent(s):
e6226dd
Update entrypoint.sh
Browse files- entrypoint.sh +2 -1
entrypoint.sh
CHANGED
@@ -9,4 +9,5 @@ fi
|
|
9 |
# Handle any pre-start tasks if needed
|
10 |
|
11 |
# Run the main command
|
12 |
-
exec
|
|
|
|
9 |
# Handle any pre-start tasks if needed
|
10 |
|
11 |
# Run the main command
|
12 |
+
exec "$@"
|
13 |
+
|