File size: 181 Bytes
5783142
e1ddd8e
45e3447
5783142
 
 
e10d2fa
 
755d21d
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# entrypoint.sh

# Set execute permission for the script
chmod +x /usr/local/bin/entrypoint.sh

# Run gosu to switch user and execute the provided command
gosu user "$@"