Spaces:
Running
Running
circulartext
commited on
Commit
·
5783142
1
Parent(s):
e410ca7
Update entrypoint.sh
Browse files- entrypoint.sh +4 -1
entrypoint.sh
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
-
#!/bin/
|
2 |
# entrypoint.sh
|
3 |
|
|
|
|
|
|
|
4 |
# Run gosu to switch user and execute the provided command
|
5 |
gosu user "$@"
|
|
|
1 |
+
#!/bin/sh
|
2 |
# entrypoint.sh
|
3 |
|
4 |
+
# Set execute permission for the script
|
5 |
+
chmod +x /usr/local/bin/entrypoint.sh
|
6 |
+
|
7 |
# Run gosu to switch user and execute the provided command
|
8 |
gosu user "$@"
|