File size: 103 Bytes
e1ddd8e
 
45e3447
e10d2fa
 
1
2
3
4
5
6
#!/bin/bash
# entrypoint.sh

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