Speed_Read_AI / entrypoint.sh
circulartext's picture
Update entrypoint.sh
755d21d
raw
history blame
181 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 "$@"