Spaces:
Runtime error
Runtime error
Update entrypoint.sh
Browse files- entrypoint.sh +1 -2
entrypoint.sh
CHANGED
|
@@ -3,5 +3,4 @@ set -e
|
|
| 3 |
|
| 4 |
|
| 5 |
# Run the CMD or any other command you want to execute
|
| 6 |
-
exec "$@"
|
| 7 |
-
|
|
|
|
| 3 |
|
| 4 |
|
| 5 |
# Run the CMD or any other command you want to execute
|
| 6 |
+
exec "$@"
|
|
|