Spaces:
Sleeping
Sleeping
# 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 "$@" | |