Speed_Read_AI / entrypoint.sh
circulartext's picture
Update entrypoint.sh
e10d2fa
raw
history blame
103 Bytes
#!/bin/bash
# entrypoint.sh
# Run gosu to switch user and execute the provided command
gosu user "$@"