Need help with Exit code: 126

I have an error in my console wich i do not seem to find or able to fix

:/home/container$ $(pwd)/alpine/opt/cfx-server/ld-musl-x86_64.so.1 --library-path “$(pwd)/alpine/usr/lib/v8/:$(pwd)/alpine/lib/:$(pwd)/alpine/usr/lib/” – $(pwd)/alpine/opt/cfx-server/FXServer +set citizen_dir $(pwd)/alpine/opt/cfx-server/citizen/ +set sv_licenseKey ${FIVEM_LICENSE} +set steam_webApiKey ${STEAM_WEBAPIKEY} +set sv_maxplayers ${MAX_PLAYERS} +set serverProfile default +set txAdminPort ${TXADMIN_PORT} $( [ “$TXADMIN_ENABLE” == “1” ] || printf %s ‘+exec server.cfg’ )
/entrypoint.sh: line 13: /home/container/alpine/opt/cfx-server/ld-musl-x86_64.so.1: Permission denied

every time try to start my server the text above pops up and it shuts down automaticly
is there someone who can help?

Thats a permission problem, you need to give the user where execute the cfx-server enough permission.