Spaces:
Runtime error
Runtime error
Update entrypoint.sh
Browse files- entrypoint.sh +2 -4
entrypoint.sh
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
#!/bin/bash
|
2 |
set -e
|
3 |
|
4 |
-
# Specify the path to your app.py file (assuming it's in the root directory)
|
5 |
-
APP_PATH="/app.py"
|
6 |
|
7 |
-
# Run the
|
8 |
-
exec
|
|
|
1 |
#!/bin/bash
|
2 |
set -e
|
3 |
|
|
|
|
|
4 |
|
5 |
+
# Run the CMD or any other command you want to execute
|
6 |
+
exec "$@"
|