Speed_Read_AI / entrypoint.sh
circulartext's picture
Update entrypoint.sh
5783142
raw
history blame
180 Bytes
#!/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 "$@"